Releases: kolonialno/django-api-decorator
Releases · kolonialno/django-api-decorator
v0.5.2
v0.5.1
v0.5.0
- Set Django version to
">=4.2.16"
(Security fix)
v0.4.1
- Add ability to ignore resolvers on OpenAPI schema generation through the
API_DECORATOR_SCHEMA_IGNORED_RESOLVERS
setting.
v0.4.0
v0.3.1
v0.3.0
v0.2.0a3
Adds support for serializing Pydantic models with field aliases, with the serialize_by_alias
argument.