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
/
django
/
middleware
/
cache.py
Age
Commit message (
Expand
)
Author
2007-03-25
Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady
Adrian Holovaty
2006-08-18
Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...
Adrian Holovaty
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-07-21
Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ...
Adrian Holovaty
2006-07-20
Small style fixes to docs from [3395]
Adrian Holovaty
2006-07-20
Oops, fixed small typo in [3395]
Jacob Kaplan-Moss
2006-07-20
Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...
Jacob Kaplan-Moss
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-10-19
Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ca...
Adrian Holovaty
2005-10-10
Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
2005-07-18
Added django.middleware.cache, which lets you cache an entire Django-powered ...
Adrian Holovaty