django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 tahun lalu |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 tahun lalu |
Theofilos Alexiou
|
470708f50d
Updated note about ListView pagination example in CBV docs.
|
2 tahun lalu |
Jack Aitken
|
5fd4f22d19
Fixed #32271 -- Improved consistency of docs CBV examples.
|
4 tahun lalu |
Mark Bailey
|
0f0abc20be
Fixed #31103 -- Improved pagination topic documentation.
|
5 tahun lalu |
luto
|
d37ea5f09b
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
|
6 tahun lalu |
luto
|
93b611c797
Refs #28581 -- Doc's how to paginate a ListView.
|
5 tahun lalu |
Mariusz Felisiak
|
25829197bb
Removed extra characters in docs header underlines.
|
6 tahun lalu |
Carlton Gibson
|
a394289b58
Fixed #30036 -- Removed unused imports in pagination example.
|
6 tahun lalu |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 tahun lalu |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 tahun lalu |
AK
|
3990d74018
Added a pagination example to ListView docs.
|
7 tahun lalu |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 tahun lalu |
Sam Morrow
|
dcc0427c58
Fixed #28745 -- Added first and last page links to paginator docs example.
|
7 tahun lalu |
Sami J. Lehtinen
|
407c1249c9
Fixed #28032 -- Added Paginator.get_page().
|
7 tahun lalu |
Tim Graham
|
27793431cf
Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
|
8 tahun lalu |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 tahun lalu |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 tahun lalu |
Daniel Jilg
|
eed658d7c4
Refs #14131 -- Documented why paginating large QuerySets may be slow.
|
9 tahun lalu |
Daniel Jilg
|
55c843f2ef
Fixed #14131 -- Added note to docs about Pagination and large Querysets
|
9 tahun lalu |
Duane Hilton
|
f8b23e52e8
Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.
|
9 tahun lalu |
Tim Graham
|
4d83b0163e
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
9 tahun lalu |
Rigel Di Scala
|
b91a2a499f
Fixed #23190 -- Made Paginator.page_range an iterator
|
9 tahun lalu |
Aymeric Augustin
|
aa399f6b8b
Use "catch" instead of "trap" for exceptions.
|
10 tahun lalu |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 tahun lalu |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 tahun lalu |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 tahun lalu |
Tim Graham
|
067505ad19
Fixed broken links, round 4. refs #19516
|
12 tahun lalu |
Claude Paroz
|
514e827022
Fixed pagination example wrt new next_page_number behavior
|
12 tahun lalu |
Claude Paroz
|
fc40a6504b
Fixed #17159 -- Validated returned number of next|previous_page_number
|
12 tahun lalu |