summaryrefslogtreecommitdiff
path: root/docs/topics/conditional-view-processing.txt
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2021-09-21Used :rfc: role in docs/topics/conditional-view-processing.txt.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-11-15Used auto-numbered lists in documentation.François Freitag
2017-09-29Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-06-06Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...Josh Schneier
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2016-10-14Refs #19705 -- Documented decorator ordering with @condition().Kevin Christopher Henry
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-09-09Normalized spelling of ETag.Tim Graham
2016-05-12Fixed typo in docs/topics/conditional-view-processing.txteltronix
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-03-13Fixed typos in docs.Jakub Wilk
2016-01-11Added missing period to "etc.".pp
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2014-12-24Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner
2013-08-26Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
2013-02-25Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-10Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, brong...Adrian Holovaty
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...Jacob Kaplan-Moss
2009-04-28Fixed #10898 -- Corrected minor error in conditional view processing example....Russell Keith-Magee
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-22Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick