aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/pagination/index.html
diff options
context:
space:
mode:
authorTom Christie2015-03-16 12:55:10 +0000
committerTom Christie2015-03-16 12:55:10 +0000
commit09d51ea4e256ed99421dc52cd6b4626e7172b667 (patch)
treeecb2cacff5b469877e03ea09308388356ea56170 /api-guide/pagination/index.html
parent64c44bf357b37d9fcccac67df27cca0fae4fe66b (diff)
downloaddjango-rest-framework-09d51ea4e256ed99421dc52cd6b4626e7172b667.tar.bz2
Update documentation
Diffstat (limited to 'api-guide/pagination/index.html')
-rw-r--r--api-guide/pagination/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guide/pagination/index.html b/api-guide/pagination/index.html
index d9a3395a..6da6e135 100644
--- a/api-guide/pagination/index.html
+++ b/api-guide/pagination/index.html
@@ -539,7 +539,7 @@ class StandardResultsSetPagination(PageNumberPagination):
}
</code></pre>
<h4 id="setup_1">Setup</h4>
-<p>To enable the <code>PageNumberPagination</code> style globally, use the following configuration:</p>
+<p>To enable the <code>LimitOffsetPagination</code> style globally, use the following configuration:</p>
<pre><code>REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination'
}