Changed incorrect class name

This commit is contained in:
Bryan Alsdorf 2015-03-10 17:30:41 -05:00
parent 3e44f788b1
commit 69b6e26f06

View File

@ -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'