| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 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 ↵ | David Smith | |
| appropriate. | |||
| 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 | |
| This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 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 | |
| Thanks to Keryn Knight, Curtis Maloney and Tim Graham for their reviews. | |||
| 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 | |
| Forward-port of 3493f18d78 from master. | |||
| 2013-05-25 | Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. | Preston Holmes | |
| SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review. | |||
| 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 | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 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 | |
| Added a paragraph on how to use the PermissionDenied exception to create a 403 response and use handler403. | |||
| 2012-09-30 | Fixed #18807 -- Made 404.html and 500.html optional | Claude Paroz | |
| Thanks Aymeric Augustin for the report and Jannis Leidel for the review. | |||
| 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 ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-11 | Fixed #16079: Clarified (for real this time) how handler404 and handler500 ↵ | James Bennett | |
| work, and that they only work in a root URLconf. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16804 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales | |
| This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-13 | Fixed #16627 -- Fixed docs build warning. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16611 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-12 | Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, ↵ | Jannis Leidel | |
| adamnelson, vkryachko, fvox13 and Chris Beaven. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16606 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-25 | Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views ↵ | Ramiro Morales | |
| and templates. Thanks Aymeric Augustin for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16449 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-29 | Fixed #15992 -- Added more references to settings. Thanks, aaugustin. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16290 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-18 | Fixed #16044 -- Corrected a copy-and-paste error in the opening paragraph of ↵ | Gabriel Hurley | |
| the views topic guide. Thanks to aplanas for the report and suggested wording. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16240 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-01-03 | Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15135 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-11-26 | Fixed #14744 - Add cross-links to docs/topics/http/views.txt. Thanks adamv ↵ | Timo Graham | |
| for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14720 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-11-17 | Fixed #14713 -- documented that resolve can raise Http404. Thanks to Adam ↵ | Alex Gaynor | |
| for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14603 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss | |
| Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-10-24 | Fixed #9430 -- Fixed documentation references to the HttpResponse classes for | Malcolm Tredinnick | |
| returning HTTP status codes other than 200. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9266 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at ↵ | Jacob Kaplan-Moss | |
| http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
