Johanan-Ayadata
|
97a6a678c4
Added missing lang attributes to html elements in docs.
|
1 month ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
1 year ago |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
3 years ago |
Adam Johnson
|
4216225480
Clarified async documentation.
|
4 years ago |
Andrew Godwin
|
fc0fa72ff4
Fixed #31224 -- Added support for asynchronous views and middleware.
|
4 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Cammil Taank
|
f83a689f61
Fixed #29758 -- Documented how to test custom error views.
|
6 years ago |
David D Lowe
|
424187ec4b
Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
|
8 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
8 years ago |
Tim Graham
|
4d83b0163e
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
9 years ago |
David Sanders
|
7a98442f96
Clarified 404.html usage, excplicitly stated that it's used when DEBUG is False
|
9 years ago |
Keryn Knight
|
726a9550db
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Jonathan Lindén
|
5b98ba08e2
Fixed #21938 -- Moved documentation for error views to reference guide.
|
10 years ago |
Erik Romijn
|
257fd48004
Simplified an unnecessarily complex paragraph in view docs
|
10 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
10 years ago |
Ramiro Morales
|
ce0c5c38ea
A few doc additions for changes from d228c1192e.
|
11 years ago |
Tim Graham
|
31ee120787
Fixed #20667 - Removed discussion of DEBUG from tutorial.
|
11 years ago |
Preston Holmes
|
d228c1192e
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
|
11 years ago |
Silvan Spross
|
cd72c55d86
Add missing imports and models to the examples in the view layer documentation
|
11 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Markus Zapke-Gründemann
|
0546794397
Fixed #19230 -- Extended the handler403 documentation.
|
12 years ago |
Claude Paroz
|
8bd7b598b6
Fixed #18807 -- Made 404.html and 500.html optional
|
12 years ago |
Aymeric Augustin
|
4e82d61400
Added links in URLs doc for consistency.
|
12 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
James Bennett
|
94524fbfef
Fixed #16079: Clarified (for real this time) how handler404 and handler500 work, and that they only work in a root URLconf.
|
13 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Jannis Leidel
|
e11c647d60
Fixed #16627 -- Fixed docs build warning.
|
13 years ago |