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.
2 parents 40e3d8c + f725786 commit f3ad364Copy full SHA for f3ad364
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.8"
+__version__ = "0.19.0"
4
5
import django
6
ninja_extra/pagination.py
@@ -78,7 +78,7 @@ class DynamicInput(PageNumberPaginationExtra.Input):
78
79
return DynamicInput
80
81
- def paginate_queryset( # type: ignore
+ def paginate_queryset(
82
self,
83
queryset: QuerySet,
84
pagination: Input,
pyproject.toml
@@ -44,7 +44,7 @@ classifiers = [
44
45
requires = [
46
"Django >= 2.2",
47
- "django-ninja == 0.21.0",
+ "django-ninja == 0.22.1",
48
"injector >= 0.19.0",
49
"asgiref",
50
"contextlib2"
0 commit comments