Releases: vitalik/django-ninja
Releases · vitalik/django-ninja
0.12.3
0.12.2
0.12.1
New Features
- Django Ninja is now py.typed
- Router
auth
andtags
#61 #73 (docs) - include_in_schema argument to hide operation from schema (#110)
- Reverse-able url names. #66
Changes:
- if auth returns a result that can be treated as
False
- authentication is not successful (before onlyNone
treated as not-authenticated) - Consistent error message schema (#81)
0.12.0
New Features
- Django Ninja is now py.typed
- Router
auth
andtags
#61 #73 (docs) - include_in_schema argument to hide operation from schema (#110)
- Reverse-able url names. #66
Changes:
- if auth returns a result that can be treated as
False
- authentication is not successful (before onlyNone
treated as not-authenticated) - Consistent error message schema (#81)
0.11.0
- Experimental functionality to create schemas from Django models
- Custom exception handlers
- Fixed schema generation when aliases are used (#85)
0.10.2
0.10.1
0.10.0
This is a pretty big update with some nice functionality
- Bug fix for forms schema (#62) and finally some documentation about form data
- Local swagger JS bundle (#14) - Now if you put
ninja
to INSTALLED_APPS - local bundle will be used, otherwise js will be loaded from CDN - File uploads schema
- Custom request parsers
- Custom response renderers
0.9.7
Nested urls include fix (Thanks to @valbendan )