Release v0.14.0
Added
- declare support for DRF 3.15
Fixed
- enforce support of only drf-spectacular 0.27 and newer in pyproject.toml
- ensure examples from
@extend_schema_serializer
are not ignored when adding error response examples - show default error response examples only when the corresponding status code is allowed
- add
"null"
to the error code enum ofnon_field_errors
validation errors