summaryrefslogtreecommitdiff
path: root/docs/ref/paginator.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-03-25Fixed #35452 -- Deprecated orphans being more than or equal to page_size in ↵wookkl
pagination.
2025-03-12Fixed #35945 -- Added async interface to Paginator.wookkl
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
This also removes remaining versionadded/changed annotations for older versions.
2023-04-12Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana
2021-10-13Doc'd a precise exception type in Paginator.page() docs.Sih Sîng-hông薛丞宏
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-03-24Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen
2021-02-11Improved pagination documentationAdam Johnson
* Link to the topic guide * Document that page() can raise PageNotAnInteger.
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-08-06Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope
2019-10-02Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat
2019-07-04Fixed #28581 -- Moved django.core.paginator documentation to API Reference.luto
Co-Authored-By: Arman <armansabyrov@gmail.com>