summaryrefslogtreecommitdiff
path: root/django/utils/cache.py
AgeCommit message (Expand)Author
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-03-17Changed django.utils.cache.patch_response_headesr to move unnecessary calcula...Adrian Holovaty
2006-01-15Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode...Adrian Holovaty
2005-10-31Made several grammar fixes to cache documentation from [1020]Adrian Holovaty
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
2005-10-09Moved vary decorators from django.utils.cache to django.views.decorators.varyAdrian Holovaty
2005-10-08Added django.utils.cache, from Hugo's #580 patch. Refs #580.Adrian Holovaty