Django-ninja

Latest version: v1.3.0

Safety actively analyzes 688053 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.12.0

New Features
- Django Ninja is now py.typed
- Router `auth` and `tags` 61 73 ([docs](https://django-ninja.rest-framework.com/tutorial/routers/#router-authentication))
- [include_in_schema](https://django-ninja.rest-framework.com/tutorial/operation_params/#includeexclude-operation-from-schemadocs) argument to hide operation from schema (110)
- [Reverse-able url names.](https://django-ninja.rest-framework.com/tutorial/operation_params/#url_name) 66

Changes:
- if auth returns a result that can be treated as `False` - authentication is not successful (before only `None` treated as not-authenticated)
- Consistent error message schema (81)

0.11.0

- Experimental functionality to [create schemas from Django models](https://django-ninja.rest-framework.com/tutorial/django-pydantic/)
- [Custom exception handlers](https://django-ninja.rest-framework.com/tutorial/errors/)
- Fixed schema generation when aliases are used (85)

0.10.2

- Extra [Response output options](https://django-ninja.rest-framework.com/tutorial/operation_params/#response-output-options) (thanks to fojetin )

0.10.1

Fixed routers inheritance 67 by fojetin

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](https://django-ninja.rest-framework.com/tutorial/form-params/)
- 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](https://django-ninja.rest-framework.com/tutorial/file-params/) schema
- [Custom request parsers](https://django-ninja.rest-framework.com/tutorial/request-parsers/)
- [Custom response renderers](https://django-ninja.rest-framework.com/tutorial/response-renderers/)

0.9.7

Nested urls include fix (Thanks to valbendan )

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.