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 b13ca05 commit f613794Copy full SHA for f613794
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,
0 commit comments