| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-15 | Fixed a ReST error in cache docs. | Gary Wilson Jr |
| 2008-08-15 | Fixed #8234: Corrected typo in docs/cache.txt | James Bennett |
| 2008-08-10 | Added a return value to the add() method for caches. It's now possible to tell | Malcolm Tredinnick |
| 2008-08-09 | Fixed silly whitespace error in cache docs. | Jacob Kaplan-Moss |
| 2008-08-09 | Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c... | Jacob Kaplan-Moss |
| 2008-08-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-07-25 | Fixed #7398 -- Allow for custom cache-backends to be used. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ... | Adrian Holovaty |
| 2007-12-02 | Documented that the simple cache backend was deprecated in [6822]. | Malcolm Tredinnick |
| 2007-11-30 | Edited docs/cache.txt changes from [6580], removing a gross exclamation point... | Adrian Holovaty |
| 2007-11-30 | Edited docs and docstring changes from [6572] (new cache add() method) | Adrian Holovaty |
| 2007-11-29 | Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header | Malcolm Tredinnick |
| 2007-10-31 | Fixed #5842 -- Marked cache template tag as "New in development version", tha... | Gary Wilson Jr |
| 2007-10-21 | Tweaked the caching docs to be consistent about the format for database caches | Malcolm Tredinnick |
| 2007-10-21 | Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul... | Malcolm Tredinnick |
| 2007-10-21 | Fixed #4493 -- Noted that the LocaleMiddleware's placement w.r.t | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4831 -- Added an "add" cache key method, for parity with memcached's | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5284 -- Documented never_cache decorator. Thanks, xbito | Adrian Holovaty |
| 2007-09-04 | Updated docs/cache.txt section on 'dummy caching' to use the same example for... | Adrian Holovaty |
| 2007-07-12 | Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net. | Russell Keith-Magee |
| 2007-03-25 | Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm... | Adrian Holovaty |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2006-08-18 | Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o... | Adrian Holovaty |
| 2006-07-20 | Argh - fixed another typo in the docs for [3395]. One of these days I'll lea... | Jacob Kaplan-Moss |
| 2006-07-20 | Another quick doc fix -- I must have "nodes" on the brain | Jacob Kaplan-Moss |
| 2006-07-20 | Small style fixes to docs from [3395] | Adrian Holovaty |
| 2006-07-20 | Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ... | Jacob Kaplan-Moss |
| 2006-05-26 | Fixed #1998 -- Changed double quotes to single quotes | Adrian Holovaty |
| 2006-05-15 | Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan. | Malcolm Tredinnick |
| 2006-05-02 | Fixed more ReST errors in docs | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-02-24 | Added note to docs/cache.txt about memcached backend requiring Python memcach... | Adrian Holovaty |
| 2006-02-18 | Made two small clarifications to docs/cache.txt. Thanks, Paul B. | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2006-01-03 | Added 'dummy' cache backend | Adrian Holovaty |
| 2005-11-20 | Fixed #839 -- Fixed typo in docs/cache.txt | Adrian Holovaty |
| 2005-11-12 | Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T... | Adrian Holovaty |
| 2005-10-31 | More tightening of docs/cache.txt | Adrian Holovaty |
| 2005-10-31 | Made several grammar fixes to cache documentation from [1020] | Adrian Holovaty |
| 2005-10-29 | Fixed #140: memcached backends may now use multiple servers | Jacob Kaplan-Moss |
| 2005-10-29 | Fixed #612 - added cache control headers (thanks, hugo) | Jacob Kaplan-Moss |
| 2005-10-09 | Fixed ReST error in docs/cache.txt | Adrian Holovaty |
| 2005-10-09 | Fixed small typo in docs/cache.txt | Adrian Holovaty |
| 2005-10-09 | Fixed #580 -- Added mega support for generating Vary headers, including some ... | Adrian Holovaty |
| 2005-09-27 | Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene | Adrian Holovaty |
| 2005-09-25 | Added a database-backed cache backend, along with a tool in django-admin to | Jacob Kaplan-Moss |
| 2005-09-11 | Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.com | Adrian Holovaty |
| 2005-09-02 | Added note to docs/cache.txt saying CacheMiddleware needs to be first entry i... | Adrian Holovaty |
| 2005-08-31 | Changed docs/cache.txt to remove db cache, because it's not done yet. | Adrian Holovaty |