django-constance/constance/backends
2011-09-21 22:17:34 +08:00
..
database Enabled database backend to properly require a cache backend that works in cross-process environments. This adds an optional setting CONSTANCE_DATABASE_CACHE_BACKEND. 2010-12-11 16:43:31 +01:00
__init__.py Added mget method to base backend to fetch all keys in one fell swoop, instead of one by one. Especially useful in the admin. 2010-12-11 16:38:40 +01:00
redisd.py fixed a serious bug with the default values 2011-09-21 22:17:34 +08:00