django-rest-framework/docs
Adrian Torres 143409230f
Warn about importance of ordering for all pagination classes
The ordering recommendations given for the CursorPagination scheme
actually apply to all pagination schemes, an unsuspecting developer that
implements the more common `LimitOffsetPagination` or
`PageNumberPagination` classes is unlikely to be aware of the importance
of consistent ordering.

This commit moves the `Details and limitations` section out of the
`CursorPagination` section and puts it as the very first subsection of
the `Pagination` page so that it's one of the first things that
developers see.

Some examples of inconsistencies as well as how to deal with them are
given, and an extra way to change the ordering of a paginated view is
provided.

Fixes #6886
2022-05-20 12:28:58 +02:00
..
api-guide Warn about importance of ordering for all pagination classes 2022-05-20 12:28:58 +02:00
community Update contribution guidelines (#8422) 2022-03-23 11:52:45 +00:00
coreapi Update docs related to coreapi to include deprecation notice (#8186) 2021-12-08 14:38:42 +00:00
img Update Tutorial - quickstart (#7943) 2021-12-13 14:08:55 +00:00
topics Change MIDDLEWARE_CLASSES to MIDDLEWARE (#8333) 2022-01-18 08:52:11 +00:00
tutorial Update 6-viewsets-and-routers.md (#8349) 2022-02-01 13:48:22 +00:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Update index.md (#8411) 2022-03-16 11:35:04 +00:00