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