| Age | Commit message (Collapse) | 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 | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2022-04-19 | Updated note about ListView pagination example in CBV docs. | Theofilos Alexiou | |
| Follow up to 0f0abc20be55d796ecfc3e7698e7ecfd9e9cdf88. | |||
| 2021-03-02 | Fixed #32271 -- Improved consistency of docs CBV examples. | Jack Aitken | |
| Co-Authored-By: Carles Pina i Estany <carles@pina.cat> | |||
| 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 | |
| Co-Authored-By: Arman <armansabyrov@gmail.com> | |||
| 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 | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 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 | |
| Moved boilerplate from docs to a method. | |||
| 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 | |
| This is the idiomatic word in the Python world. | |||
| 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 | |
| Refs #20104. | |||
| 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 | |
| Thanks mehta.apurva at gmail.com for the report and the initial patch and neaf for the complete patch. | |||
| 2011-05-20 | Tweaks to paginator documentation. | Chris Beaven | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16248 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-04-06 | Fixes #11596 -- Make paginator.Page iterable | Chris Beaven | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16018 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss | |
| Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-05-12 | Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. | Karen Tracey | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-10-07 | Fixed #9215 -- Added a view/template example of using pagination. | Malcolm Tredinnick | |
| Based on a patch from shacker and Matt Dennenbaum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9193 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx ↵ | Jacob Kaplan-Moss | |
| "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-28 | Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien ↵ | Russell Keith-Magee | |
| for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8659 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at ↵ | Jacob Kaplan-Moss | |
| http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
