aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/pagination.md
diff options
context:
space:
mode:
authorTom Christie2012-11-16 23:24:36 +0000
committerTom Christie2012-11-16 23:24:36 +0000
commit2263ed8b9409c709f6dbad2157f8debffb16c1d8 (patch)
tree375ff62b8a774efad46a29f4e127767d3cff0741 /docs/api-guide/pagination.md
parent0eba278e1391604086dab1dfa1bd6ea86fea282e (diff)
downloaddjango-rest-framework-2263ed8b9409c709f6dbad2157f8debffb16c1d8.tar.bz2
Tweak
Diffstat (limited to 'docs/api-guide/pagination.md')
-rw-r--r--docs/api-guide/pagination.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/pagination.md b/docs/api-guide/pagination.md
index 39e6a32d..5a35ed75 100644
--- a/docs/api-guide/pagination.md
+++ b/docs/api-guide/pagination.md
@@ -122,7 +122,7 @@ For example, to nest a pair of links labelled 'prev' and 'next', and set the nam
## Using your custom pagination serializer
-To have your custom pagination serializer be used by default use the `DEFAULT_PAGINATION_SERIALIZER_CLASS` setting:
+To have your custom pagination serializer be used by default, use the `DEFAULT_PAGINATION_SERIALIZER_CLASS` setting:
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_SERIALIZER_CLASS':