summaryrefslogtreecommitdiff
path: root/docs/topics/pagination.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-6/+8
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-1/+3
* Updated note about ListView pagination example in CBV docs.Theofilos Alexiou2022-04-191-0/+2
* Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken2021-03-021-1/+1
* Fixed #31103 -- Improved pagination topic documentation.Mark Bailey2020-01-071-43/+40
* Fixed #28581 -- Moved django.core.paginator documentation to API Reference.luto2019-07-041-192/+17
* Refs #28581 -- Doc's how to paginate a ListView.luto2019-07-041-0/+20
* Removed extra characters in docs header underlines.Mariusz Felisiak2019-02-081-1/+1
* Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson2018-12-121-1/+1
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-2/+0
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Added a pagination example to ListView docs.AK2018-03-261-1/+4
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Fixed #28745 -- Added first and last page links to paginator docs example.Sam Morrow2017-11-011-0/+2
* Fixed #28032 -- Added Paginator.get_page().Sami J. Lehtinen2017-09-061-9/+15
* Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham2017-02-071-2/+2
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-1/+1
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-5/+0
* Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg2016-04-061-3/+5
* Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg2016-04-021-0/+5
* Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.Duane Hilton2016-03-151-2/+5
* Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham2015-12-231-1/+2
* Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala2015-07-031-2/+8
* Use "catch" instead of "trap" for exceptions.Aymeric Augustin2014-09-081-2/+2
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-10/+4
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-2/+2
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-7/+0
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-2/+2
* Fixed pagination example wrt new next_page_number behaviorClaude Paroz2012-06-091-1/+3
* Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz2012-06-091-4/+10
* Tweaks to paginator documentation.Chris Beaven2011-05-201-22/+28
* Fixes #11596 -- Make paginator.Page iterableChris Beaven2011-04-061-10/+17
* Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham2010-12-261-3/+0
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-2/+0
* Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey2010-05-121-1/+1
* Fixed #9215 -- Added a view/template example of using pagination.Malcolm Tredinnick2008-10-071-26/+83
* Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss2008-09-021-1/+2
* Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for...Russell Keith-Magee2008-08-281-4/+6
* Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss2008-08-231-0/+223