django1/django/core/cache/backends
Russell Keith-Magee 1070c57b83 Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-11 12:20:07 +00:00
..
__init__.py Refactored cache from django/core/cache.py into django/core/cache package, with each backend getting a separate module. This keeps things cleaner and uses less memory, because the backend module is only loaded if it's needed. 2006-02-24 06:07:01 +00:00
base.py Add warning when using cache keys that might not work with memcached. 2010-09-12 18:45:26 +00:00
db.py Add warning when using cache keys that might not work with memcached. 2010-09-12 18:45:26 +00:00
dummy.py Add warning when using cache keys that might not work with memcached. 2010-09-12 18:45:26 +00:00
filebased.py Add warning when using cache keys that might not work with memcached. 2010-09-12 18:45:26 +00:00
locmem.py Add warning when using cache keys that might not work with memcached. 2010-09-12 18:45:26 +00:00
memcached.py Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00