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 91e8697 commit 3785281Copy full SHA for 3785281
docs/topics/3.2-announcement.md
@@ -54,7 +54,7 @@ The following pagination view attributes and settings have been moved into attri
54
* `view.max_paginate_by` - Use `paginator.max_page_size` instead.
55
* `settings.PAGINATE_BY` - Use `paginator.page_size` instead.
56
* `settings.PAGINATE_BY_PARAM` - Use `paginator.page_size_query_param` instead.
57
-* `settings.MAX_PAGINATE_BY` - Use `max_page_size` instead.
+* `settings.MAX_PAGINATE_BY` - Use `paginator.max_page_size` instead.
58
59
## Modifications to list behaviors
60
0 commit comments