django1/django/core/cache/backends
Aymeric Augustin 3db2aeec98 [1.5.x] Tweaked cache key creation to avoid strict typing.
This is a provisional change. See #19221 for details.

Backport of 6c69de8 from master.
2012-11-11 21:25:30 +01: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 [1.5.x] Tweaked cache key creation to avoid strict typing. 2012-11-11 21:25:30 +01:00
db.py [1.5.x] Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3 2012-11-10 19:48:27 +02:00
dummy.py Fixed #16162. Added timeout arg to `DummyCache.set_many`, for compatiblity with other caches. Thanks to aaugustin for the patch. 2011-09-10 17:09:23 +00:00
filebased.py Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
locmem.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
memcached.py [1.5.x] Fixed #14315 -- Made memcached backend handle negative incr/decr values 2012-11-06 12:23:32 +01:00