We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b93e7e commit 52caef9Copy full SHA for 52caef9
ninja_extra/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
2
3
-__version__ = "0.18.4"
+__version__ = "0.18.6"
4
5
import django
6
pyproject.toml
@@ -44,7 +44,7 @@ classifiers = [
44
45
requires = [
46
"Django >= 2.2",
47
- "django-ninja >= 0.17.0",
+ "django-ninja == 0.21.0",
48
"injector >= 0.19.0",
49
"asgiref",
50
"contextlib2"
0 commit comments