summaryrefslogtreecommitdiff
path: root/docs/cache.txt
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 4186 to 4454 from trunk.Robin Munn2007-01-311-1/+1
* Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o...Adrian Holovaty2006-08-181-1/+4
* Argh - fixed another typo in the docs for [3395]. One of these days I'll lea...Jacob Kaplan-Moss2006-07-201-1/+1
* Another quick doc fix -- I must have "nodes" on the brainJacob Kaplan-Moss2006-07-201-1/+1
* Small style fixes to docs from [3395]Adrian Holovaty2006-07-201-6/+6
* Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss2006-07-201-1/+6
* Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty2006-05-261-3/+3
* Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.Malcolm Tredinnick2006-05-151-1/+1
* Fixed more ReST errors in docsAdrian Holovaty2006-05-021-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-81/+254
* Added note to docs/cache.txt about memcached backend requiring Python memcach...Adrian Holovaty2006-02-241-0/+4
* Made two small clarifications to docs/cache.txt. Thanks, Paul B.Adrian Holovaty2006-02-181-4/+4
* Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty2006-01-111-2/+1
* Added 'dummy' cache backendAdrian Holovaty2006-01-031-0/+6
* Fixed #839 -- Fixed typo in docs/cache.txtAdrian Holovaty2005-11-201-1/+1
* Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T...Adrian Holovaty2005-11-121-6/+0
* More tightening of docs/cache.txtAdrian Holovaty2005-10-311-7/+6
* Made several grammar fixes to cache documentation from [1020]Adrian Holovaty2005-10-311-24/+50
* Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss2005-10-291-1/+3
* Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss2005-10-291-0/+34
* Fixed ReST error in docs/cache.txtAdrian Holovaty2005-10-091-1/+1
* Fixed small typo in docs/cache.txtAdrian Holovaty2005-10-091-1/+1
* Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty2005-10-091-31/+143
* Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, EugeneAdrian Holovaty2005-09-271-3/+3
* Added a database-backed cache backend, along with a tool in django-admin to Jacob Kaplan-Moss2005-09-251-0/+10
* Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.comAdrian Holovaty2005-09-111-1/+1
* Added note to docs/cache.txt saying CacheMiddleware needs to be first entry i...Adrian Holovaty2005-09-021-1/+4
* Changed docs/cache.txt to remove db cache, because it's not done yet.Adrian Holovaty2005-08-311-11/+5
* Rolled a number of comments into documentation; thanks to all those who contr...Jacob Kaplan-Moss2005-07-211-1/+2
* Fixed inevitable ReST bug in [224]Adrian Holovaty2005-07-191-1/+1
* Changed docs/cache to add docs for site-wide caching, via the cache middlewareAdrian Holovaty2005-07-191-57/+96
* Added cache documentationJacob Kaplan-Moss2005-07-151-0/+139