📝 Make sure all `bool` values in `dmr.openapi.objects` can also accept `None` (#1437)
Why is this important? Because we ignore
None values from the schema dump. But, now all deprecated: False objects are dumped. This is the default, no need to do this.We need to:
• Update
bool = False to be bool | None = None• Update all snapshots to remove exising values
All
Nones will be ignored.#feature #good_first_issue #help_wanted #openapi #opensource_september #django_modern_rest
sent via relator