summaryrefslogtreecommitdiff
path: root/django/utils/cache.py
AgeCommit message (Expand)Author
2008-06-16newforms-admin: Merged from trunk up to [7668].Brian Rosner
2007-11-30newforms-admin: Merged from trunk up to [6775].Joseph Kocherhans
2007-11-06newforms-admin: Merged to [6652]Joseph Kocherhans
2007-10-06newforms-admin: Merged to [6458]Joseph Kocherhans
2007-09-15newforms-admin: Merged to [6332].Joseph Kocherhans
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-07-07newforms-admin: Merged from trunk up to [5625]. This includes the UnicodeMalcolm Tredinnick
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
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