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 0510887 commit 88fcf6bCopy full SHA for 88fcf6b
docs/usage.md
@@ -31,8 +31,10 @@ REST_FRAMEWORK = {
31
32
If `PAGE_SIZE` is set the renderer will return a `meta` object with
33
record count and a `links` object with the next, previous, first, and last links.
34
-Pages can be selected with the `page` GET parameter. Page size can be controlled
35
-per request via the `PAGINATE_BY_PARAM` query parameter (`page_size` by default).
+Pages can be selected with the `page` GET parameter. The query parameter used to
+retrieve the page can be customized by subclassing `PageNumberPagination` and
36
+overriding the `page_query_param`. Page size can be controlled per request via
37
+the `PAGINATE_BY_PARAM` query parameter (`page_size` by default).
38
39
### Serializers
40
0 commit comments