We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3785281 commit 0056703Copy full SHA for 0056703
docs/api-guide/pagination.md
@@ -54,7 +54,7 @@ Or apply the style globally, using the `DEFAULT_PAGINATION_CLASS` settings key.
54
55
REST_FRAMEWORK = {
56
'DEFAULT_PAGINATION_CLASS': 'apps.core.pagination.StandardResultsSetPagination'
57
- }
+ }
58
59
---
60
0 commit comments