Jiri Barton
|
1d10ab1b5a
|
added a test for the failing missing keys
|
2011-09-21 22:17:34 +08:00 |
|
Roman Krejcik
|
4f9d011cd2
|
test runner compatibility with django 1.4
|
2011-06-28 12:52:02 +02:00 |
|
Jannis Leidel
|
1dd0a8b7c9
|
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 |
|
Jannis Leidel
|
b1c2847997
|
Renamed redis backend module to redisd to prevent import conflicts with redis-py.
|
2010-12-03 07:36:25 +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 |
|
Jannis Leidel
|
eea0d2fdf9
|
Abstracted constance backends to and added a cached database backend. Moved around the settings code and simplified the module loading.
|
2010-12-01 00:20:23 +01:00 |
|
Ales Zoulek
|
7bf545d7ae
|
updated admin tests
|
2010-11-12 15:46:14 +01:00 |
|
Ales Zoulek
|
5275718cc2
|
refatored test project
|
2010-11-12 15:38:59 +01:00 |
|