summaryrefslogtreecommitdiff
path: root/django/middleware/cache.py
AgeCommit message (Expand)Author
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