Django-ninja-extra

Latest version: v0.21.8

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

Scan your dependencies

Page 7 of 8

0.14.8

What's Changed
* Python3.10 type hinting fix by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/12
* Controller MRO fixed

0.14.6

Changelog:
- Changed controller operations keys to function name instead of operations paths. Thanks to SootyOwl

0.14.4

What's Changed
* Jan 20 django ninja upgrade by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/6
* Default App config Fix for Django >= 4.0 by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/8 thanks to [nbhargava](https://github.com/nbhargava) for his suggestion
* Added support for django-ninja 0.17.0

0.14.2

- Async Route Authentication support
- Async Pagination Support
- Fix 4 issue

0.14.0

- Route Auth Bug Fix
- Code Refactoring

0.13.8

Features
- Removed ControllerRouter and Merged it to APIController
- Converted APIController to class decorator
- Abstracted APIController to ControllerBase
- Brokedown ControllerRoute[get,post,put,patch,delete] functions to `http_get`, `http_post`, `http_put`, `http_patch` and `http_delete` function decorators
- Added global parameter eg:`api_controller('/{int:org_id}/')`
- Increased Test coverage

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.