mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
PAGINATE_BY removed in 3.3
This commit is contained in:
parent
a0aac166bc
commit
180137300f
|
@ -119,15 +119,9 @@ If set to `None` then generic filtering is disabled.
|
|||
|
||||
#### PAGINATE_BY
|
||||
|
||||
The default page size to use for pagination. If set to `None`, pagination is disabled by default.
|
||||
|
||||
Default: `None`
|
||||
|
||||
#### PAGINATE_BY_PARAM
|
||||
|
||||
---
|
||||
|
||||
**This setting is pending deprecation.**
|
||||
**This setting has been removed.**
|
||||
|
||||
See the pagination documentation for further guidance on [setting the pagination style](pagination.md#modifying-the-pagination-style).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user