Tim Graham
|
7543ab1f8d
|
Removed versionadded/changed annotations for 2.0.
|
2018-05-17 11:00:10 -04:00 |
Mariusz Felisiak
|
35319bf12c
|
Alphabetized imports in various docs.
Follow-up of d97cce3409 and 7d3fe36c62 .
|
2018-05-12 19:37:42 +02:00 |
AK
|
3990d74018
|
Added a pagination example to ListView docs.
|
2018-03-26 11:40:54 -04:00 |
Jon Dufresne
|
ff05de760c
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
Sam Morrow
|
dcc0427c58
|
Fixed #28745 -- Added first and last page links to paginator docs example.
|
2017-11-01 20:10:54 -04:00 |
Sami J. Lehtinen
|
407c1249c9
|
Fixed #28032 -- Added Paginator.get_page().
Moved boilerplate from docs to a method.
|
2017-09-06 14:17:19 -04:00 |
Tim Graham
|
27793431cf
|
Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
|
2017-02-07 14:15:06 -05:00 |
Tim Graham
|
f6acd1d271
|
Refs #23919 -- Removed Python 2 notes in docs.
|
2017-01-18 11:51:29 -05:00 |
Tim Graham
|
46a38307c2
|
Removed versionadded/changed annotations for 1.9.
|
2016-05-20 11:44:29 -04:00 |
Daniel Jilg
|
eed658d7c4
|
Refs #14131 -- Documented why paginating large QuerySets may be slow.
|
2016-04-06 11:06:38 -04:00 |
Daniel Jilg
|
55c843f2ef
|
Fixed #14131 -- Added note to docs about Pagination and large Querysets
|
2016-04-02 16:03:34 +02:00 |
Duane Hilton
|
f8b23e52e8
|
Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.
|
2016-03-15 10:13:47 -04:00 |
Tim Graham
|
4d83b0163e
|
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
2015-12-23 09:14:32 -05:00 |
Rigel Di Scala
|
b91a2a499f
|
Fixed #23190 -- Made Paginator.page_range an iterator
|
2015-07-03 11:34:34 -04:00 |
Aymeric Augustin
|
aa399f6b8b
|
Use "catch" instead of "trap" for exceptions.
This is the idiomatic word in the Python world.
|
2014-09-08 22:23:44 +02:00 |
Tim Graham
|
7b69c3e775
|
Removed versionadded/changed annotations for 1.5
|
2013-08-19 09:09:41 -04:00 |
Juan Catalano
|
78c842a323
|
Adapted uses of versionchanged/versionadded to the new form.
Refs #20104.
|
2013-04-20 17:18:35 +02:00 |
Aymeric Augustin
|
7ee7599ab3
|
Removed versionadded/changed annotations dating back to 1.4.
|
2012-12-29 21:59:08 +01:00 |
Tim Graham
|
067505ad19
|
Fixed broken links, round 4. refs #19516
|
2012-12-29 15:54:33 -05:00 |
Claude Paroz
|
514e827022
|
Fixed pagination example wrt new next_page_number behavior
|
2012-06-09 18:07:30 +02:00 |
Claude Paroz
|
fc40a6504b
|
Fixed #17159 -- Validated returned number of next|previous_page_number
Thanks mehta.apurva at gmail.com for the report and the initial patch
and neaf for the complete patch.
|
2012-06-09 17:55:24 +02:00 |
Chris Beaven
|
bce125e84f
|
Tweaks to paginator documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-05-20 01:45:41 +00:00 |
Chris Beaven
|
4fa9646716
|
Fixes #11596 -- Make paginator.Page iterable
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-04-06 09:40:26 +00:00 |
Timo Graham
|
2ea93f9327
|
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-12-26 00:37:14 +00:00 |
Jacob Kaplan-Moss
|
728effcfbd
|
Fixed #14141: docs now use the :doc: construct for links between documents.
Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-08-19 19:27:44 +00:00 |
Karen Tracey
|
8e7d2d2e68
|
Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 22:53:23 +00:00 |
Malcolm Tredinnick
|
72f387d344
|
Fixed #9215 -- Added a view/template example of using pagination.
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-10-07 11:51:14 +00:00 |
Jacob Kaplan-Moss
|
64a9469127
|
Fixed #8753: converted "new in ..." callouts to proper Sphinx "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-09-02 03:40:42 +00:00 |
Russell Keith-Magee
|
f53596d59f
|
Fixed #8407: Corrected some output in the Paginator docs. Thanks to arien for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-28 13:44:50 +00:00 |
Jacob Kaplan-Moss
|
97cb07c3a1
|
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-23 22:25:40 +00:00 |