Adam Zapletal
|
2e190a48d6
Added missing backticks to class-based views docs.
|
1 tuần trước cách đây |
Jake Howard
|
e161bd4657
Fixed #35631 -- Added HttpRequest.get_preferred_type().
|
4 tháng trước cách đây |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 năm trước cách đây |
Mariusz Felisiak
|
ac90529cc5
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
|
2 năm trước cách đây |
Jack Aitken
|
5fd4f22d19
Fixed #32271 -- Improved consistency of docs CBV examples.
|
3 năm trước cách đây |
Claude Paroz
|
d66d72f956
Refs #30997 -- Added HttpRequest.accepts().
|
5 năm trước cách đây |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 năm trước cách đây |
Daniel Roseman
|
6da28d5edf
Used LoginRequiredMixin in "Models and request.user" example.
|
5 năm trước cách đây |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 năm trước cách đây |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 năm trước cách đây |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 năm trước cách đây |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 năm trước cách đây |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
7 năm trước cách đây |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
8 năm trước cách đây |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 năm trước cách đây |
Marten Kenbeek
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 năm trước cách đây |
Thijs van Dien
|
1679472165
Fixed #25473 -- Changed underscores in url() names to dashes in docs.
|
9 năm trước cách đây |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 năm trước cách đây |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 năm trước cách đây |
Berker Peksag
|
343162410f
Fixed #21753 -- Raised exception when both `form_class` and `fields` are specified.
|
10 năm trước cách đây |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 năm trước cách đây |
Loic Bistuer
|
7579080899
Used JsonResponse in CBV examples.
|
10 năm trước cách đây |
Tim Graham
|
87776859af
Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.
|
10 năm trước cách đây |
chriscauley
|
66ec9ee441
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
|
10 năm trước cách đây |
Tim Graham
|
d73d0e071c
Fixed #22218 -- Deprecated django.conf.urls.patterns.
|
10 năm trước cách đây |
Tim Graham
|
ee4edb1eda
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
|
10 năm trước cách đây |
Baptiste Mispelon
|
bd9fbd1497
Fixed errors and inconsistencies in CBV topic documentation.
|
11 năm trước cách đây |
Silvan Spross
|
cd72c55d86
Add missing imports and models to the examples in the view layer documentation
|
11 năm trước cách đây |
Luke Plant
|
f026a519ae
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
|
11 năm trước cách đây |
Baptiste Mispelon
|
73c26f0c95
Fixed #20270 -- Fixed error in AjaxResponseMixin documentation
|
11 năm trước cách đây |