Commit 407480b4 by Tom Christie

Minor docs work

parent 0240df1a
......@@ -53,12 +53,22 @@ Or apply the style globally, using the `DEFAULT_PAGINATION_CLASS` settings key.
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'apps.core.pagination.StandardResultsSetPagination' }
---
# API Reference
## PageNumberPagination
**TODO**
## LimitOffsetPagination
**TODO**
## CursorPagination
**TODO**
---
# Custom pagination styles
......@@ -111,6 +121,12 @@ API responses for list endpoints will now include a `Link` header, instead of in
---
# HTML pagination controls
## Customizing the controls
---
# Third party packages
The following third party packages are also available.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment