index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
http
/
views.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2024-10-30
Added missing lang attributes to html elements in docs.
Johanan-Ayadata
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-03-26
Clarified async documentation.
Adam Johnson
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-10-01
Fixed #29758 -- Documented how to test custom error views.
Cammil Taank
2016-10-14
Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
David D Lowe
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-08-31
Clarified 404.html usage, excplicitly stated that it's used when DEBUG is False
David Sanders
2015-01-16
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Keryn Knight
2014-08-19
Removed unnecessary code-block directives.
areski
2014-06-01
Fixed #21938 -- Moved documentation for error views to reference guide.
Jonathan Lindén
2014-05-16
Simplified an unnecessarily complex paragraph in view docs
Erik Romijn
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2013-09-22
A few doc additions for changes from d228c1192e.
Ramiro Morales
2013-08-01
Fixed #20667 - Removed discussion of DEBUG from tutorial.
Tim Graham
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-18
Add missing imports and models to the examples in the view layer documentation
Silvan Spross
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-11-03
Fixed #19230 -- Extended the handler403 documentation.
Markus Zapke-Gründemann
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-08-20
Added links in URLs doc for consistency.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-11
Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...
James Bennett
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-13
Fixed #16627 -- Fixed docs build warning.
Jannis Leidel
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-06-25
Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views an...
Ramiro Morales
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-18
Fixed #16044 -- Corrected a copy-and-paste error in the opening paragraph of ...
Gabriel Hurley
2011-01-03
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Timo Graham
2010-11-26
Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks adamv fo...
Timo Graham
2010-11-17
Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam fo...
Alex Gaynor
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2008-10-24
Fixed #9430 -- Fixed documentation references to the HttpResponse classes for
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss