Releases: kolonialno/django-api-decorator
Releases · kolonialno/django-api-decorator
v0.9.0
12 Mar 09:39
Compare
Sorry, something went wrong.
No results found
0.9.0 (2025-03-12)
Features
use serialization mode when dumping response schemas (#41 ) (1711b32 )
v0.8.0
06 Feb 09:03
Compare
Sorry, something went wrong.
No results found
0.8.0 (2025-02-06)
Features
Add possibility to add "servers" key to schema via settings (#38 ) (51f8f45 )
v0.7.0
04 Feb 14:05
Compare
Sorry, something went wrong.
No results found
0.7.0 (2025-02-03)
Features
Make sure tags flow from OpenApiOperation to path tags (#36 ) (a26bb37 )
v0.6.0
30 Jan 14:15
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-01-30)
Features
Add request_serialize_by_alias override from request (#35 ) (4a34e3b )
Make it possible to disable by_alias for schema generation (#33 ) (e061fe4 )
v0.5.2
10 Jan 09:42
Compare
Sorry, something went wrong.
No results found
0.5.2 (2025-01-10)
Bug Fixes
Warn if API_DECORATOR_SCHEMA_IGNORED_RESOLVERS is used (#30 ) (6190ebd )
v0.5.1
08 Jan 14:23
Compare
Sorry, something went wrong.
No results found
0.5.1 (2025-01-08)
Bug Fixes
v0.5.0
25 Oct 12:45
Compare
Sorry, something went wrong.
No results found
Set Django version to ">=4.2.16" (Security fix)
v0.4.1
08 Aug 09:11
Compare
Sorry, something went wrong.
No results found
Add ability to ignore resolvers on OpenAPI schema generation through the API_DECORATOR_SCHEMA_IGNORED_RESOLVERS setting.
v0.4.0
26 Apr 16:00
Compare
Sorry, something went wrong.
No results found
Require Python 3.11+
Support form encoded bodies
v0.3.1
19 Apr 09:35
Compare
Sorry, something went wrong.
No results found
Add hook for customizing formatting of validation errors