Django-ninja-extra

Latest version: v0.22.3

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

Scan your dependencies

Page 1 of 8

0.22.3

What's Changed
* Allow customisation of schema_out in route_info dicts by Tatsh in https://github.com/eadwinCode/django-ninja-extra/pull/231

New Contributors
* Thanks to Tatsh for https://github.com/eadwinCode/django-ninja-extra/pull/231

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.22.2...0.22.3

0.22.2

What's Changed
* feat: ModelService Dependency Injection Support by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/222
* Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/218
* Bump mypy from 1.13.0 to 1.14.1 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/220
* fix: DI documentation update by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/224
* fix: MyPy 1.14.1 support by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/225
* fix: Readme And Query Testing by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/228
* fix: RouteContext Refactor by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/229
* fix: Permission Documentation update Refactor by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/229/commits/6d394e4112ed256c7c72c4a18dc1e51a67c31889

DEPRECATION NOTICE
The `service` attribute in `ModelController` has been changed from a class object to an **instance** object. When creating a custom `ModelService` for a `ModelController`, you have to specify it as `service_type`.

This is because services are now injected as dependencies during controller instantiation. Service instantiation is delegated to the injector package, so ensure that any additional dependencies required by your `ModelService` are properly registered in the dependency injection container.

For more details, please refer to the [documentation](https://eadwincode.github.io/django-ninja-extra/api_controller/model_controller/03_model_service/#advanced-service-patterns)


**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.22.0...0.22.2

0.22.0

What's Changed
* Additional async support for ControllerBase by le-sun in https://github.com/eadwinCode/django-ninja-extra/pull/216
* Bump ruff from 0.7.1 to 0.8.4 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/211
* feat: Model config extra options for Model Controller by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/217

New Contributors
* Thanks to le-sun for his awesome contribution in https://github.com/eadwinCode/django-ninja-extra/pull/216

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.21.8...0.22.0

0.21.8

What's Changed
* fix: Controller Operation Order by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/214


**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.21.7...0.21.8

0.21.7

What's Changed
* fix: Ninja Schema Upgrade by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/205
* fix: AsyncSessionAuth Refactor by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/206
* Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/210
* Bump codecov/codecov-action from 3 to 5 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/209
* fix: Permission execution time by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/213


**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.21.6...0.21.7

0.21.6

What's Changed
* Refactor: Controller Route Computation by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/177
* Bump mypy from 1.11.1 to 1.11.2 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/183
* Bump ruff from 0.5.6 to 0.6.3 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/182
* Bump pytest-asyncio from 0.23.8 to 0.24.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/181
* Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/180
* Fix: Multiple Response by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/186
* Bump ruff from 0.6.3 to 0.6.8 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/188
* Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/187
* bugfix: OperandHolder object can't transmit the permission message. by cololi in https://github.com/eadwinCode/django-ninja-extra/pull/194
* fix(Injector): When django_injector is install and replace injector instance, add ninja_extra module by QuentinRillet in https://github.com/eadwinCode/django-ninja-extra/pull/196
* Bump mypy from 1.11.2 to 1.13.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/200
* Bump ruff from 0.6.8 to 0.7.1 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/199
* Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 by dependabot in https://github.com/eadwinCode/django-ninja-extra/pull/198
* fix: Async session auth by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/203
* fix: Permission Check Before Schema validation by eadwinCode in https://github.com/eadwinCode/django-ninja-extra/pull/204

New Contributors
* cololi made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/194
* QuentinRillet made their first contribution in https://github.com/eadwinCode/django-ninja-extra/pull/196

**Full Changelog**: https://github.com/eadwinCode/django-ninja-extra/compare/0.21.4...0.21.6

Page 1 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.