| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-21 | Used :rfc: role in docs/topics/conditional-view-processing.txt. | Mariusz Felisiak | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2020-04-15 | Used :rfc: role in various docs. | Mariusz Felisiak | |
| 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-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2017-09-29 | Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. | Stefan Schneider | |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-06-06 | Fixed #28104 -- Prevented condition decorator from setting ↵ | Josh Schneier | |
| ETag/Last-Modified headers for non-safe requests. | |||
| 2017-03-20 | Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| 2016-10-14 | Refs #19705 -- Documented decorator ordering with @condition(). | Kevin Christopher Henry | |
| 2016-10-10 | Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ↵ | Denis Cornehl | |
| ConditionalGetMiddleware. | |||
| 2016-09-10 | Fixed #27083 -- Added support for weak ETags. | Kevin Christopher Henry | |
| 2016-09-09 | Normalized spelling of ETag. | Tim Graham | |
| 2016-05-12 | Fixed typo in docs/topics/conditional-view-processing.txt | eltronix | |
| 2016-05-03 | Fixed #26567 -- Updated references to obsolete RFC2616. | Vasiliy Faronov | |
| Didn't touch comments where it wasn't obvious that the code adhered to the newer standard. | |||
| 2016-03-13 | Fixed typos in docs. | Jakub Wilk | |
| 2016-01-11 | Added missing period to "etc.". | pp | |
| 2015-12-31 | Removed British/Austrialian word: whilist. | Tim Graham | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2014-12-24 | Fixed #22461 -- Added if-unmodified-since support to the condition decorator. | Thomas Tanner | |
| 2013-08-26 | Fixed typo in docs/topics/conditional-view-processing.txt | Jan Böcker | |
| 2013-02-25 | Fixed #6195 -- Documented caching options for javascript_catalog. | 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 | |||
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵ | Russell Keith-Magee | |
| documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 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 | |||
| 2010-01-10 | Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, ↵ | Adrian Holovaty | |
| bronger and timo git-svn-id: http://code.djangoproject.com/svn/django/trunk@12179 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-10-23 | Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops ↵ | Jacob Kaplan-Moss | |
| support for Python 2.3 -- and added a quick FAQ about that dropping of support. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11640 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-04-28 | Fixed #10898 -- Corrected minor error in conditional view processing ↵ | Russell Keith-Magee | |
| example. Thanks to Tomasz Elendt for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10642 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-03-24 | A bunch of improvements for conditional HTTP processing. | Malcolm Tredinnick | |
| Fixed some typos in the code (fixed #10586). Added more tests. Made the tests compatible with Python 2.3. Improved the documentation by putting the good news and common use-case right up front. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10134 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-03-22 | Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). | Malcolm Tredinnick | |
| This provides support for views that can have their ETag and/or Last-modified values computed much more quickly than the view itself. Supports all HTTP verbs (not just GET). Documentation and tests need a little more fleshing out (I'm not happy with the documentation at the moment, since it's a bit backwards), but the functionality is correct. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10114 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
