📝 Add `--skip-validation` optional flag to `dmr_export_schema` CLI command (#1225)
django-modern-rest/dmr/management/commands/dmr_export_schema.py
Lines 62 to 69 in ea7d1d0
Currently a call to
.convert() here does not have skip_validation= flag. Which is very important, without it and with [openapi] extra, schemas with some small violations won't be able to export.We need to add a new CLI flag for this. With
False as default.#feature #good_first_issue #help_wanted #django_modern_rest
sent via relator