Django-ninja-aio-crud

Latest version: v0.7.8

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

Scan your dependencies

Page 1 of 4

0.7.8

What's Changed

News:
* Added api_routh_path attribute to APIViewSet by caspel26.

**Full Changelog**: https://github.com/caspel26/django-ninja-aio-crud/compare/v0.7.7...v0.7.8

* You can use this attribute if you do not want to use model verbose name plural as router path.

python
views.py
from ninja_aio.views import APIViewSet
from ninja_aio import NinjaAIO

from api.models import Foo

api = NinjaAIO()

class FooAPI(APIViewSet):
model = Foo
api = api
api_route_path = "testpaths"


FooAPI().add_views_to_route()

0.7.7

What's Changed

News:
* Queryset request method is called while serializing output data by caspel26


**Full Changelog**: https://github.com/caspel26/django-ninja-aio-crud/compare/v0.7.6...v0.7.7

0.7.6

What's Changed

News:
* Schema from orm method called async while serializing by caspel26


**Full Changelog**: https://github.com/caspel26/django-ninja-aio-crud/compare/v0.7.5...v0.7.6

0.7.5

What's Changed

News:
* During serialization model fields are get asynchronously by caspel26


**Full Changelog**: https://github.com/caspel26/django-ninja-aio-crud/compare/v0.7.4...v0.7.5

0.7.4

What's Changed

News:
* Added to ModelSerializer related schema. can obtain it by generate_related_s method by caspel26
* General serialization refactor by caspel26

Bug Fix:
* Depth of relation serialization by caspel26.


**Full Changelog**: https://github.com/caspel26/django-ninja-aio-crud/compare/v0.7.2...v0.7.3

0.7.3

What's Changed

News:
* Added to ModelSerializer related schema. can obtain it by generate_related_s method by caspel26
* General serialization refactor by caspel26

Bug Fix:
* Depth of relation serialization by caspel26.


**Full Changelog**: https://github.com/caspel26/django-ninja-aio-crud/compare/v0.7.2...v0.7.3

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.