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 7924dc2 commit d760366Copy full SHA for d760366
docs/api-guide/pagination.md
@@ -97,7 +97,7 @@ To enable the `PageNumberPagination` style globally, use the following configura
97
98
On `GenericAPIView` subclasses you may also set the `pagination_class` attribute to select `PageNumberPagination` on a per-view basis.
99
100
-By default, the query parameter name used for pagination is `page`.
+By default, the query parameter name used for pagination is `page`.
101
This can be customized by subclassing `PageNumberPagination` and overriding the `page_query_param` attribute.
102
103
For example:
0 commit comments