pypi django-ninja 0.16.0

latest releases: 1.1.0, 1.0.1, 1.0...
2 years ago

OpenAPI schemas names

Generating OpenAPI automatically created schema names changed for duplicated names (see #230)
Now instead of silence (or exceptions on other cases) django-ninja will just add sequential number suffix to the schema name in OpenAPI spec.
For example if you already have schema called "User" and in some other module you create another "User" schema - the second will have name "User2" in openapi json.

Other

Don't miss a new django-ninja release

NewReleases is sending notifications on new releases.