Jannis Leidel
|
a8b158ad1c
|
Fixed the prefix handling.
|
2013-02-21 19:33:12 +01:00 |
|
Jannis Leidel
|
e9d937be5a
|
Added ability to prefix database values. Fixes #24.
|
2013-02-21 19:27:56 +01:00 |
|
Janusz Harkot
|
6dfbb7e462
|
remove unused import
|
2012-09-03 02:25:14 +02:00 |
|
Marcin Baran
|
647a8627c0
|
Fix DatabaseBackend clear
|
2011-09-21 22:18:05 +08:00 |
|
Jannis Leidel
|
3ef39d9185
|
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 |
|
Jannis Leidel
|
82e19cec9f
|
Refactored backend system slightly to have a nicer directory structure. Using the database backend now only requires to add 'constance.backends.database' to INSTALLED_APPS and setting CONSTANCE_BACKEND to 'constance.backends.database.DatabaseBackend'. Also reverted default backend to being the Redis backend.
|
2010-12-01 19:29:53 +01:00 |
|