|
|
|
@8382
|
[8382]
|
08/15/08 11:38:41 |
gwilson |
Fixed typo in comment. |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@7659
|
[7659]
|
06/15/08 23:13:04 |
adrian |
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by … |
|
|
|
@6736
|
[6736]
|
11/29/07 10:57:18 |
mtredinnick |
Fixed #5813 -- Taught the CacheMiddleware? to respect any max-age HTTP … |
|
|
|
@6698
|
[6698]
|
11/18/07 22:00:41 |
gwilson |
Some minor changes to the patch_vary_headers function:
* Replaced a for … |
|
|
|
@6696
|
[6696]
|
11/18/07 21:12:19 |
gwilson |
Removed vary_delim_re in django/utils/cache.py in favor of existing … |
|
|
|
@6634
|
[6634]
|
10/30/07 22:59:40 |
gwilson |
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect … |
|
|
|
@6626
|
[6626]
|
10/28/07 17:32:25 |
gwilson |
Corrected a typo and made some style fixes. |
|
|
|
@6435
|
[6435]
|
09/28/07 17:34:27 |
jacob |
Fixed #5557: URLs are now properly escaped in the cache_page decorator. … |
|
|
|
@6434
|
[6434]
|
09/28/07 17:30:59 |
jacob |
Fixed #5047: patch_cache_control now respects existing max-age settings. … |
|
|
|
@6222
|
[6222]
|
09/14/07 16:42:26 |
adrian |
Fixed #4071 -- Fixed bug in cache_page decorator, which was setting the … |
|
|
|
@5712
|
[5712]
|
07/15/07 22:50:22 |
mtredinnick |
Fixed #4199 -- Changed date formatting in HTTP expires header to be … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5068
|
[5068]
|
04/25/07 02:25:22 |
mtredinnick |
Removed a bunch of annoying trailing whitespace. |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@2639
|
[2639]
|
04/09/06 18:54:34 |
adrian |
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac |
|
|
|
@2528
|
[2528]
|
03/17/06 11:21:26 |
adrian |
Changed django.utils.cache.patch_response_headesr to move unnecessary … |
|
|
|
@1980
|
[1980]
|
01/15/06 00:22:24 |
adrian |
Fixed #920 -- Fixed patch_response_headers() behavior when content is … |
|
|
|
@1030
|
[1030]
|
10/30/05 21:14:57 |
adrian |
Made several grammar fixes to cache documentation from [1020] |
|
|
|
@1020
|
[1020]
|
10/29/05 12:00:20 |
jacob |
Fixed #612 - added cache control headers (thanks, hugo) |
|
|
|
@809
|
[809]
|
10/08/05 19:37:56 |
adrian |
Moved vary decorators from django.utils.cache to … |
|
|
|
@808
|
[808]
|
10/08/05 18:19:21 |
adrian |
Added django.utils.cache, from Hugo's #580 patch. Refs #580. |