Minor docs work

This commit is contained in:
Tom Christie 2015-02-09 17:01:41 +00:00
parent 0240df1a38
commit 407480b484

View File

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