aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Alsdorf2015-03-10 17:30:41 -0500
committerBryan Alsdorf2015-03-10 17:30:41 -0500
commit69b6e26f06c787761bb8d6006ed6fc607fbc9d23 (patch)
tree55b524c93b02eef404304f734be98871bbb1324f
parent3e44f788b194e74777013841d18a2a035df0757d (diff)
downloaddjango-rest-framework-69b6e26f06c787761bb8d6006ed6fc607fbc9d23.tar.bz2
Changed incorrect class name
-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'