amirsoroush
|
6087bc4e15
Fixed typo in docs/topics/class-based-views/mixins.txt.
|
1 rok pred |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 rok pred |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 rokov pred |
David Smith
|
69b0736fad
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
|
3 rokov pred |
Jack Aitken
|
5fd4f22d19
Fixed #32271 -- Improved consistency of docs CBV examples.
|
3 rokov pred |
Anil Khatri
|
de4492fbb1
Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.
|
3 rokov pred |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 rokov pred |
Claude Paroz
|
d83b585e5c
Removed leftover word in CBV mixins docs.
|
5 rokov pred |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 rokov pred |
Davit Gachechiladze
|
7f612eda80
Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins with CBVs docs.
|
5 rokov pred |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 rokov pred |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 rokov pred |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 rokov pred |
Bruno Alla
|
604341c85f
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view().
|
7 rokov pred |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 rokov pred |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
7 rokov pred |
eltronix
|
f43da05cc5
Fixed typo in docs/topics/class-based-views/mixins.txt
|
8 rokov pred |
Jeremy Lainé
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
8 rokov pred |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
8 rokov pred |
Varun Sharma
|
3d6474e1a5
Fixed #25385 -- Allowed importing views.generic.View from views.View.
|
9 rokov pred |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 rokov pred |
Anton Strogonoff
|
20787b5c29
Used consistent capitalization and hyphenation of "class-based views" in docs.
|
9 rokov pred |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 rokov pred |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 rokov pred |
Simon Charette
|
f2ddc439b1
Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.
|
10 rokov pred |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 rokov pred |
Loic Bistuer
|
7579080899
Used JsonResponse in CBV examples.
|
10 rokov pred |
chriscauley
|
66ec9ee441
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
|
10 rokov pred |
Tim Graham
|
d73d0e071c
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
10 rokov pred |
Rodolfo Carvalho
|
2b6436e2d5
Fixed some typos and formatting issues in docs.
|
10 rokov pred |