Django

Code

Changeset 6827

Show
Ignore:
Timestamp:
12/01/07 22:54:34 (10 months ago)
Author:
mtredinnick
Message:

Documented that the simple cache backend was deprecated in [6822].

Files:

Legend:

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

    r6775 r6827  
    168168 
    169169    CACHE_BACKEND = 'simple:///' 
     170 
     171**New in Django development version:** This cache backend is deprecated and 
     172will be removed in a future release. New code should use the ``locmem`` backend 
     173instead. 
    170174 
    171175Dummy caching (for development)