index
:
django.git
fix-31295
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
/
conditional-view-processing.txt
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
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 appropr...
David Smith
2020-04-15
Used :rfc: role in various docs.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
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 ETag/Last-Modified...
Josh Schneier
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 ConditionalGetMiddl...
Denis Cornehl
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
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 [16...
Luke Plant
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-01-10
Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, brong...
Adrian Holovaty
2009-10-23
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...
Jacob Kaplan-Moss
2009-04-28
Fixed #10898 -- Corrected minor error in conditional view processing example....
Russell Keith-Magee
2009-03-24
A bunch of improvements for conditional HTTP processing.
Malcolm Tredinnick
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick