Django

Code

Show
Ignore:
Timestamp:
07/18/08 18:46:10 (6 months ago)
Author:
gwilson
Message:

Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache backend in [6822].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r7949 r7965  
    253253------------- 
    254254 
    255 Default: ``'simple://'`` 
     255Default: ``'locmem://'`` 
    256256 
    257257The cache backend to use. See the `cache docs`_.