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