summaryrefslogtreecommitdiff
path: root/django/utils/cache.py
Commit message (Expand)AuthorAgeFilesLines
* queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick2007-11-291-0/+22
* queryset-refactor: Merged from trunk up to [6724].Malcolm Tredinnick2007-11-281-10/+13
* queryset-refactor: Merged from trunk up to [6635].Malcolm Tredinnick2007-11-031-13/+17
* queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick2007-10-081-4/+11
* queryset-refactor: Merged to [6250]Adrian Holovaty2007-09-151-2/+2
* Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick2007-07-161-8/+9
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-1/+2
* Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick2007-04-251-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+9
* Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty2006-04-091-1/+1
* Changed django.utils.cache.patch_response_headesr to move unnecessary calcula...Adrian Holovaty2006-03-171-1/+1
* Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode...Adrian Holovaty2006-01-151-1/+1
* Made several grammar fixes to cache documentation from [1020]Adrian Holovaty2005-10-311-9/+7
* Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss2005-10-291-2/+40
* Moved vary decorators from django.utils.cache to django.views.decorators.varyAdrian Holovaty2005-10-091-38/+4
* Added django.utils.cache, from Hugo's #580 patch. Refs #580.Adrian Holovaty2005-10-081-0/+155