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
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