diff options
Diffstat (limited to 'docs/api-guide/settings.md')
| -rw-r--r-- | docs/api-guide/settings.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index 4f87b30d..8fce9e4e 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -150,4 +150,14 @@ Default: `'accept'` Default: `'format'` +## PAGE_SIZE_KWARG + +Allows you to globally pass a page size parameter for an individual request. + +The name of the GET parameter of views which inherit ListModelMixin for requesting data with an individual page size. + +If the value if this setting is `None` the passing a page size is turned off by default. + +Default: `'page_size'` + [cite]: http://www.python.org/dev/peps/pep-0020/ |
