index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
pagination.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
1
-6
/
+8
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
1
-1
/
+3
*
Updated note about ListView pagination example in CBV docs.
Theofilos Alexiou
2022-04-19
1
-0
/
+2
*
Fixed #32271 -- Improved consistency of docs CBV examples.
Jack Aitken
2021-03-02
1
-1
/
+1
*
Fixed #31103 -- Improved pagination topic documentation.
Mark Bailey
2020-01-07
1
-43
/
+40
*
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
luto
2019-07-04
1
-192
/
+17
*
Refs #28581 -- Doc's how to paginate a ListView.
luto
2019-07-04
1
-0
/
+20
*
Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-02-08
1
-1
/
+1
*
Fixed #30036 -- Removed unused imports in pagination example.
Carlton Gibson
2018-12-12
1
-1
/
+1
*
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-17
1
-2
/
+0
*
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-12
1
-1
/
+1
*
Added a pagination example to ListView docs.
AK
2018-03-26
1
-1
/
+4
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
1
-1
/
+1
*
Fixed #28745 -- Added first and last page links to paginator docs example.
Sam Morrow
2017-11-01
1
-0
/
+2
*
Fixed #28032 -- Added Paginator.get_page().
Sami J. Lehtinen
2017-09-06
1
-9
/
+15
*
Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
Tim Graham
2017-02-07
1
-2
/
+2
*
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
1
-5
/
+0
*
Refs #14131 -- Documented why paginating large QuerySets may be slow.
Daniel Jilg
2016-04-06
1
-3
/
+5
*
Fixed #14131 -- Added note to docs about Pagination and large Querysets
Daniel Jilg
2016-04-02
1
-0
/
+5
*
Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.
Duane Hilton
2016-03-15
1
-2
/
+5
*
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-12-23
1
-1
/
+2
*
Fixed #23190 -- Made Paginator.page_range an iterator
Rigel Di Scala
2015-07-03
1
-2
/
+8
*
Use "catch" instead of "trap" for exceptions.
Aymeric Augustin
2014-09-08
1
-2
/
+2
*
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-19
1
-10
/
+4
*
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-20
1
-2
/
+2
*
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
1
-7
/
+0
*
Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-29
1
-2
/
+2
*
Fixed pagination example wrt new next_page_number behavior
Claude Paroz
2012-06-09
1
-1
/
+3
*
Fixed #17159 -- Validated returned number of next|previous_page_number
Claude Paroz
2012-06-09
1
-4
/
+10
*
Tweaks to paginator documentation.
Chris Beaven
2011-05-20
1
-22
/
+28
*
Fixes #11596 -- Make paginator.Page iterable
Chris Beaven
2011-04-06
1
-10
/
+17
*
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-26
1
-3
/
+0
*
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-19
1
-2
/
+0
*
Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.
Karen Tracey
2010-05-12
1
-1
/
+1
*
Fixed #9215 -- Added a view/template example of using pagination.
Malcolm Tredinnick
2008-10-07
1
-26
/
+83
*
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-09-02
1
-1
/
+2
*
Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for...
Russell Keith-Magee
2008-08-28
1
-4
/
+6
*
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-23
1
-0
/
+223