Commit graph

16 commits

Author SHA1 Message Date
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
Ales Zoulek
d17bf804a4 Merge branch 'master' of https://github.com/jezdez/django-constance 2011-01-24 13:33:29 +01: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
Ales Zoulek
d833536f48 Fixed: test runner 2010-12-02 11:12:50 +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
Ales Zoulek
1354913997 added tests for admin changelist 2010-11-12 15:06:59 +01:00
Ales Zoulek
d1a88854a3 Added tests for new field types
long, unicode, date, time
2010-11-12 14:38:18 +01:00
Jiri Barton
16b649fc4c added tests for other types 2010-09-03 14:38:43 +02:00
Jiri Barton
392898c6a5 moved settings 2010-08-25 15:08:07 +02:00
Ales Zoulek
344ae771a8 embeded tests in setup.py 2010-08-25 14:58:09 +02:00
Ales Zoulek
c36bf65ab1 tests 2010-08-25 14:55:01 +02:00