aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/pagination.md
diff options
context:
space:
mode:
authorTom Christie2015-03-16 11:57:42 +0000
committerTom Christie2015-03-16 11:57:42 +0000
commit4cd49d5de38b860e4b2260d7fa82dbdf9256c6e8 (patch)
tree139e2ae4df198e3d672e7b47ef875e48cf1311da /docs/api-guide/pagination.md
parentc573e7b4a8b4fedfe70b934571284d84e9a81103 (diff)
parent1c0db6dda8235bc0bfab2370ea6c6d0fd08a1da5 (diff)
downloaddjango-rest-framework-4cd49d5de38b860e4b2260d7fa82dbdf9256c6e8.tar.bz2
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
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 3518fb34..eca468b8 100644
--- a/docs/api-guide/pagination.md
+++ b/docs/api-guide/pagination.md
@@ -127,7 +127,7 @@ This pagination style mirrors the syntax used when looking up multiple database
#### Setup
-To enable the `PageNumberPagination` style globally, use the following configuration:
+To enable the `LimitOffsetPagination` style globally, use the following configuration:
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination'