aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
diff options
context:
space:
mode:
authorTom Christie2013-01-07 20:17:52 +0000
committerTom Christie2013-01-07 20:17:52 +0000
commite429f702e00ed807d68e90cd6a6af2749eb0b73e (patch)
tree179b1d5b00ceeaab1c4f7844cda26e18fbe1988d /docs/api-guide/settings.md
parentd9df15f32174f9ddac7135ee33c74771a3173350 (diff)
downloaddjango-rest-framework-e429f702e00ed807d68e90cd6a6af2749eb0b73e.tar.bz2
Fix PAGINATE_BY_PARAM docs. Refs #551
Diffstat (limited to 'docs/api-guide/settings.md')
-rw-r--r--docs/api-guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md
index 7884d096..8c87f2ca 100644
--- a/docs/api-guide/settings.md
+++ b/docs/api-guide/settings.md
@@ -106,7 +106,7 @@ The default page size to use for pagination. If set to `None`, pagination is di
Default: `None`
-## PAGINATE_BY_KWARG
+## PAGINATE_BY_PARAM
The name of a query parameter, which can be used by the client to overide the default page size to use for pagination. If set to `None`, clients may not override the default page size.