aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorStephan Groß2012-11-15 11:15:05 +0100
committerStephan Groß2012-11-15 11:15:05 +0100
commit38e94bb8b4e04249b18b9b57ef2ddcb7cfc4efa4 (patch)
tree5fe4e3155b5641ca66818344573d49c04bf9daaf /docs/api-guide/settings.md
parent5967f15f7f5c87987ab60e4b7dc682b06f3ab511 (diff)
downloaddjango-rest-framework-38e94bb8b4e04249b18b9b57ef2ddcb7cfc4efa4.tar.bz2
added global and per resource on/off switch + updated docs
Diffstat (limited to 'docs/api-guide/settings.md')
-rw-r--r--docs/api-guide/settings.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index 4f87b30d..2f90369b 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -150,4 +150,10 @@ Default: `'accept'`
Default: `'format'`
+## ALLOW_PAGE_SIZE_PARAM
+
+Allows you to globally pass a page size parameter for an individual request.
+
+Default: `'True'`
+
[cite]: http://www.python.org/dev/peps/pep-0020/