Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/cache.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #4199 -- Changed date formatting in HTTP expires he...Malcolm Tredinnick2007-07-161-8/+9
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm 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 high...Adrian Holovaty2006-05-021-0/+9
* Fixed #1569 -- HttpResponse now accepts iterators. Thanks...Adrian Holovaty2006-04-101-1/+1
* Changed django.utils.cache.patch_response_headesr to move...Adrian Holovaty2006-03-171-1/+1
* Fixed #920 -- Fixed patch_response_headers() behavior whe...Adrian Holovaty2006-01-151-1/+1
* Made several grammar fixes to cache documentation from [1...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.v...Adrian Holovaty2005-10-091-38/+4
* Added django.utils.cache, from Hugo's #580 patch. Refs #580.Adrian Holovaty2005-10-091-0/+155