PAGINATE_BY removed in 3.3

This commit is contained in:
Xavier Ordoquy 2016-03-08 06:39:58 +01:00
parent a0aac166bc
commit 180137300f

View File

@ -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).