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