mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
Minor docs work
This commit is contained in:
parent
0240df1a38
commit
407480b484
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user