Release History
1.1.4
Removed
Removed support for DRF
NullBooleanFieldfield for compatibility with the latest DRF version 3.14.
Removed mapping of DRF serializer
labelto pydantic Fieldaliasparameter.
Fixed
Bug where documentation for generic views are duplicated.
1.1.3
Fixed
Fixed bug where authorizations and security schemes were not being rendered.
componentsparameter passed was not being proceessed inDocument.generate.
1.1.2
Added
Added
url_namesparameter toget_url_patternsto allowDJAGGER_DOCUMENTto filter API endpoints that should be documented via their url names.Added missing
.gitignorefile.
Fixed
Fixed date typos in this changelog file.
1.1.1
Added
Rest framework
serializers.ChoiceFieldandserializers.MultipleChoiceFieldwill now be represented asEnumtypes with enum values correctly reflected in the schema.Documentation for using Tags.
Fixed
Fix bug where schema examples are not generated correctly.
Fix bug where the request URL for the objects are generated with an incorrect prefix.
1.1.0
Added
Added documentation.
Support for generic views and viewsets.
Support for DRF Serializer to pydantic model conversion.
Support for multiple responses and different response content types.
Support for function-based views via
schemadecorator.Added option for a global prefix to all Djagger attributes.
Generated schema fully compatible with OpenAPI 3.
Removed
djagger.swagger.*pydantic models. Removed support for Swagger 2.0 specification.