1
0
mirror of https://github.com/django/django.git synced 2025-05-18 21:06:28 +00:00

4 Commits

Author SHA1 Message Date
Adam Johnson
2ce4f73241 [3.2.x] Improved pagination documentation
* Link to the topic guide
* Document that page() can raise PageNotAnInteger.

Backport of a57e91adeeef4fe97db3e589b20bf2a30c907e21 from master
2021-02-11 14:20:19 +01:00
Nick Pope
0a306f7da6 Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
Tanner Stirrat
17595407ca Fixed #14218 -- Added Paginator.__iter__(). 2019-10-02 09:49:31 +02:00
luto
d37ea5f09b Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
Co-Authored-By: Arman <armansabyrov@gmail.com>
2019-07-04 11:04:39 +02:00