| Age | Commit message (Expand) | Author |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-10-03 | Added some sphinx cross-reference links to the built-in template tags and fil... | Julien Phalip |
| 2011-09-21 | Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the re... | Simon Meers |
| 2011-09-11 | Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers t... | James Bennett |
| 2011-09-09 | Fixed #16786 -- Minor cleanups in the memcached section of the caching topic ... | Gabriel Hurley |
| 2011-08-23 | Fixed #15499 -- Ensure that cache control headers don't try to set public and... | Russell Keith-Magee |
| 2011-07-07 | Removed a redundant line from the cache_page docs | Luke Plant |
| 2011-06-08 | Deprecated legacy ways of calling cache_page | Luke Plant |
| 2011-05-29 | Fixed #15992 -- Added more references to settings. Thanks, aaugustin. | Jannis Leidel |
| 2011-05-22 | Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal. | Timo Graham |
| 2011-05-13 | Fixed #16014 -- numerous documentation typos -- thanks psmith. | Simon Meers |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 2011-03-02 | Fixed #4992 -- Respect the GET request query string when creating cache keys.... | Jannis Leidel |
| 2011-02-26 | Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul. | Alex Gaynor |
| 2011-02-06 | Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp. | Timo Graham |
| 2011-01-19 | Corrected an outdated reference to cmemcache in contributing docs. | Carl Meyer |
| 2011-01-15 | Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the r... | Timo Graham |
| 2010-12-27 | Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the ... | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-21 | Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp... | Russell Keith-Magee |
| 2010-11-26 | Fixed #14782 - Add/fix links in docs/topics/cache.txt. Thanks to adamv for th... | Timo Graham |
| 2010-11-22 | Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few... | Gabriel Hurley |
| 2010-11-19 | Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t... | Russell Keith-Magee |
| 2010-10-29 | Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey! | Honza Král |
| 2010-09-12 | Add warning when using cache keys that might not work with memcached. | Malcolm Tredinnick |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-05 | Fixed #13946 -- Modified the database cache backend to use the database route... | Russell Keith-Magee |
| 2010-05-08 | Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report. | Russell Keith-Magee |
| 2010-05-06 | Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks t... | Russell Keith-Magee |
| 2010-03-15 | Fixed #13014 - Added section about how to use the language code with fragemen... | Jannis Leidel |
| 2010-03-01 | Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c... | Jannis Leidel |
| 2010-02-23 | Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,... | Jannis Leidel |
| 2010-02-09 | Removed docs that assume developer might be using Python < 2.4 | Luke Plant |
| 2010-01-27 | Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach... | Russell Keith-Magee |
| 2010-01-10 | Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ... | Adrian Holovaty |
| 2010-01-09 | Negligible change to docs/topics/cache.txt so I can test something in the doc... | Adrian Holovaty |
| 2009-11-19 | Corrected an inconsistency in the documentation regarding the way to specify ... | Russell Keith-Magee |
| 2009-10-23 | Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp... | Jacob Kaplan-Moss |
| 2009-09-28 | Added 'key_prefix' keyword argument to cache_page() | Luke Plant |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-14 | Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th... | Adrian Holovaty |
| 2009-03-11 | Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o... | Russell Keith-Magee |
| 2009-03-02 | Small edit to the caching docs. | Malcolm Tredinnick |
| 2008-12-03 | Fixed #9740 -- Updated and correct usage of max_entries in cache documentation. | Malcolm Tredinnick |
| 2008-11-14 | Fixed #9377 -- Clarified when cmemcached support was included in Django. | Malcolm Tredinnick |
| 2008-09-09 | Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com | Adrian Holovaty |
| 2008-09-07 | Small wording improvements to cache.txt | Adrian Holovaty |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |