summaryrefslogtreecommitdiff
path: root/docs/topics/pagination.txt
AgeCommit message (Expand)Author
2025-08-11Corrected code examples in topics docs.Rohit
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-04-19Updated note about ListView pagination example in CBV docs.Theofilos Alexiou
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2020-01-07Fixed #31103 -- Improved pagination topic documentation.Mark Bailey
2019-07-04Fixed #28581 -- Moved django.core.paginator documentation to API Reference.luto
2019-07-04Refs #28581 -- Doc's how to paginate a ListView.luto
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2018-12-12Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-03-26Added a pagination example to ListView docs.AK
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-11-01Fixed #28745 -- Added first and last page links to paginator docs example.Sam Morrow
2017-09-06Fixed #28032 -- Added Paginator.get_page().Sami J. Lehtinen
2017-02-07Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-06Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg
2016-04-02Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg
2016-03-15Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.Duane Hilton
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-07-03Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-06-09Fixed pagination example wrt new next_page_number behaviorClaude Paroz
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
2011-05-20Tweaks to paginator documentation.Chris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-12Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey
2008-10-07Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-28Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss