aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/settings.py
diff options
context:
space:
mode:
authorStephan Groß2012-11-15 12:06:43 +0100
committerStephan Groß2012-11-15 12:06:43 +0100
commit3ae203a0184d27318a8a828ce322b151ade0340f (patch)
treee8e927ad52ed0b6a145db9725dc0479bfe006d3b /rest_framework/settings.py
parentb17a9818008cf3828adb896ae9be134fb63c5693 (diff)
downloaddjango-rest-framework-3ae203a0184d27318a8a828ce322b151ade0340f.tar.bz2
updated script to just use page_size_kwarg
Diffstat (limited to 'rest_framework/settings.py')
-rw-r--r--rest_framework/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/settings.py b/rest_framework/settings.py
index 1daa9dfd..c7b0643f 100644
--- a/rest_framework/settings.py
+++ b/rest_framework/settings.py
@@ -68,7 +68,7 @@ DEFAULTS = {
'FORMAT_SUFFIX_KWARG': 'format',
- 'ALLOW_PAGE_SIZE_PARAM': True
+ 'PAGE_SIZE_KWARG': 'page_size'
}