Author: gwilson Date: 2008-07-18 18:46:10 -0500 (Fri, 18 Jul 2008) New Revision: 7965
Modified: django/trunk/docs/settings.txt Log: Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache backend in [6822]. Modified: django/trunk/docs/settings.txt =================================================================== --- django/trunk/docs/settings.txt 2008-07-18 23:25:06 UTC (rev 7964) +++ django/trunk/docs/settings.txt 2008-07-18 23:46:10 UTC (rev 7965) @@ -252,7 +252,7 @@ CACHE_BACKEND ------------- -Default: ``'simple://'`` +Default: ``'locmem://'`` The cache backend to use. See the `cache docs`_. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
