mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
Fix PAGINATE_BY_PARAM docs. Refs #551
This commit is contained in:
parent
d9df15f321
commit
e429f702e0
|
@ -106,7 +106,7 @@ The default page size to use for pagination. If set to `None`, pagination is di
|
||||||
|
|
||||||
Default: `None`
|
Default: `None`
|
||||||
|
|
||||||
## PAGINATE_BY_KWARG
|
## PAGINATE_BY_PARAM
|
||||||
|
|
||||||
The name of a query parameter, which can be used by the client to overide the default page size to use for pagination. If set to `None`, clients may not override the default page size.
|
The name of a query parameter, which can be used by the client to overide the default page size to use for pagination. If set to `None`, clients may not override the default page size.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user