summaryrefslogtreecommitdiff
path: root/docs/topics/cache.txt
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-05-08Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report.Russell Keith-Magee
2010-05-06Fixed #13405 -- Removed the recommendation for the use of cmemcache. Thanks t...Russell Keith-Magee
2010-03-15Fixed #13014 - Added section about how to use the language code with fragemen...Jannis Leidel
2010-03-01Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c...Jannis Leidel
2010-02-23Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel
2010-02-09Removed docs that assume developer might be using Python < 2.4Luke Plant
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2010-01-10Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ...Adrian Holovaty
2010-01-09Negligible change to docs/topics/cache.txt so I can test something in the doc...Adrian Holovaty
2009-11-19Corrected an inconsistency in the documentation regarding the way to specify ...Russell Keith-Magee
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...Jacob Kaplan-Moss
2009-09-28Added 'key_prefix' keyword argument to cache_page()Luke Plant
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-14Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from th...Adrian Holovaty
2009-03-11Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...Russell Keith-Magee
2009-03-02Small edit to the caching docs.Malcolm Tredinnick
2008-12-03Fixed #9740 -- Updated and correct usage of max_entries in cache documentation.Malcolm Tredinnick
2008-11-14Fixed #9377 -- Clarified when cmemcached support was included in Django.Malcolm Tredinnick
2008-09-09Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.comAdrian Holovaty
2008-09-07Small wording improvements to cache.txtAdrian Holovaty
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss