django1/django/core/cache/backends
Florian Apolloner cf7ddc5765 Follow up to e112654fc8
Actually comitted the code now :þ
2013-11-23 18:55:28 +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 Fixed all E226 violations 2013-11-03 10:08:55 -08:00
db.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
dummy.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
filebased.py Fixed a couple flake8 warnings. 2013-11-07 20:10:25 -05:00
locmem.py Follow up to e112654fc8 2013-11-23 18:55:28 +01:00
memcached.py Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00