django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 年間 前 |
Theofilos Alexiou
|
470708f50d
Updated note about ListView pagination example in CBV docs.
|
2 年 前 |
Hasan Ramezani
|
bc04941bf8
Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in CBV docs.
|
3 年 前 |
Anil Khatri
|
de4492fbb1
Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.
|
3 年 前 |
François Freitag
|
e671337e8b
Fixed #29750 -- Added View.setup() hook for class-based views.
|
6 年 前 |
François Freitag
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 年 前 |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 年 前 |
AK
|
3990d74018
Added a pagination example to ListView docs.
|
6 年 前 |
Christopher Schäpers
|
6da140724d
Fixed #28627 -- Added slug converter to some path() examples in docs.
|
7 年 前 |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 年 前 |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
7 年 前 |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
8 年 前 |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 年 前 |
Alasdair Nicol
|
b9e972b961
Fixed #24695 -- Tidied up a couple of regexes in the CBV docs
|
9 年 前 |
Tim Graham
|
d73d0e071c
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
10 年 前 |
Tim Graham
|
ecd746191c
Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt
|
11 年 前 |
Baptiste Darthenay
|
81545940c6
Fixed #20565 -- Added template examples for GCBV.
|
11 年 前 |
Tim Graham
|
c36b75c814
Fixed #20545 - Made class-based view MRO lists consistent.
|
11 年 前 |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 年 前 |
Tim Graham
|
20ee727ac9
Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!
|
12 年 前 |
Issac Kelly
|
060ac8e711
Create headings and expand CBV docs so that the "Built-In CBV" docs include a complete list.
|
12 年 前 |
Yohan Boniface
|
206c248f1e
Ticket 18667: fix typo in CBV doc
|
12 年 前 |
Aymeric Augustin
|
54b1519dfd
Fixed a formatting issue in the CBV docs.
|
12 年 前 |
Jannis Leidel
|
c4c7fbcc0d
Fixed #18451 -- Vastly improved class based view documentation.
|
12 年 前 |