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. ...@@ -53,12 +53,22 @@ Or apply the style globally, using the `DEFAULT_PAGINATION_CLASS` settings key.
REST_FRAMEWORK = { REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'apps.core.pagination.StandardResultsSetPagination' } 'DEFAULT_PAGINATION_CLASS': 'apps.core.pagination.StandardResultsSetPagination' }
---
# API Reference # API Reference
## PageNumberPagination ## PageNumberPagination
**TODO**
## LimitOffsetPagination ## LimitOffsetPagination
**TODO**
## CursorPagination
**TODO**
--- ---
# Custom pagination styles # Custom pagination styles
...@@ -111,6 +121,12 @@ API responses for list endpoints will now include a `Link` header, instead of in ...@@ -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 # Third party packages
The following third party packages are also available. 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