summaryrefslogtreecommitdiff
path: root/docs/cache.txt
AgeCommit message (Expand)Author
2007-12-15gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-...Justin Bronn
2007-12-01gis: Merged 6672-6783 vis svnmerge from trunkJeremy Dunck
2007-11-14gis: Merged revisions 6614-6671 via svnmerge from trunk.Justin Bronn
2007-10-26gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-09-20gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk].Justin Bronn
2007-08-26gis: Made necessary modifications for unicode, manage refactor, backend refac...Justin Bronn
2007-06-18gis: Merged revisions 4786-5490 via svnmerge from Jeremy Dunck
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-08-18Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o...Adrian Holovaty
2006-07-20Argh - fixed another typo in the docs for [3395]. One of these days I'll lea...Jacob Kaplan-Moss
2006-07-20Another quick doc fix -- I must have "nodes" on the brainJacob Kaplan-Moss
2006-07-20Small style fixes to docs from [3395]Adrian Holovaty
2006-07-20Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss
2006-05-26Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty
2006-05-15Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.Malcolm Tredinnick
2006-05-02Fixed more ReST errors in docsAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-24Added note to docs/cache.txt about memcached backend requiring Python memcach...Adrian Holovaty
2006-02-18Made two small clarifications to docs/cache.txt. Thanks, Paul B.Adrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2006-01-03Added 'dummy' cache backendAdrian Holovaty
2005-11-20Fixed #839 -- Fixed typo in docs/cache.txtAdrian Holovaty
2005-11-12Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T...Adrian Holovaty
2005-10-31More tightening of docs/cache.txtAdrian Holovaty
2005-10-31Made several grammar fixes to cache documentation from [1020]Adrian Holovaty
2005-10-29Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
2005-10-09Fixed ReST error in docs/cache.txtAdrian Holovaty
2005-10-09Fixed small typo in docs/cache.txtAdrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty
2005-09-27Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, EugeneAdrian Holovaty
2005-09-25Added a database-backed cache backend, along with a tool in django-admin to Jacob Kaplan-Moss
2005-09-11Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-02Added note to docs/cache.txt saying CacheMiddleware needs to be first entry i...Adrian Holovaty
2005-08-31Changed docs/cache.txt to remove db cache, because it's not done yet.Adrian Holovaty
2005-07-21Rolled a number of comments into documentation; thanks to all those who contr...Jacob Kaplan-Moss
2005-07-19Fixed inevitable ReST bug in [224]Adrian Holovaty
2005-07-19Changed docs/cache to add docs for site-wide caching, via the cache middlewareAdrian Holovaty
2005-07-15Added cache documentationJacob Kaplan-Moss