Jiri Barton
|
893bc32242
|
Merge pull request #5 from saw2th/master
fix psycopg2 "can't adapt" error on save of a config. value from the admin pages.
|
2011-08-17 02:23:56 -07:00 |
|
saw2th
|
d0910ac91e
|
fix psycopg2 "can't adapt" error on save of a config. value from the admin pages.
|
2011-08-11 18:47:14 +02:00 |
|
Jiri Barton
|
ff7d354f77
|
added a test for the failing missing keys
|
2011-07-14 17:42:51 +02:00 |
|
Jiri Barton
|
398021d8f7
|
Merge branch 'master' of github.com:comoga/django-constance
|
2011-07-14 15:53:31 +02:00 |
|
Jiri Barton
|
4ba97c5ee7
|
fixed a serious bug with the default values
|
2011-07-14 15:53:17 +02:00 |
|
Roman Krejcik
|
51966084d7
|
link to correct master branch
|
2011-06-28 12:57:21 +02:00 |
|
Roman Krejcik
|
4f9d011cd2
|
test runner compatibility with django 1.4
|
2011-06-28 12:52:02 +02:00 |
|
Vojtech Jasny
|
7b435a3c7c
|
Merge branch 'master' of https://github.com/slafs/django-constance into slafs-master
|
2011-03-14 17:36:46 +01:00 |
|
Vojtech Jasny
|
efa4a35533
|
We are using git now :-).
|
2011-03-14 17:36:13 +01:00 |
|
Sławek Ehlert
|
d055821b59
|
fixed? problem with loads and None values
|
2011-03-11 12:03:28 +01:00 |
|
Roman Krejcik
|
0413497647
|
django 1.3 compatibility
|
2011-02-23 16:39:58 +01:00 |
|
Jannis Leidel
|
4b5e740c11
|
Fixed docs to mention CONSTANCE_BACKEND and close #1.
|
2011-02-05 19:30:48 +01:00 |
|
Jannis Leidel
|
b6d02ff2cd
|
Merge branch 'master' of https://github.com/aleszoulek/django-constance
Conflicts:
setup.py
|
2011-01-24 15:03:39 +01:00 |
|
Jannis Leidel
|
98f2dbfcbb
|
Updated description to mention constance supports multiple backends.
|
2011-01-24 15:01:16 +01:00 |
|
Jannis Leidel
|
a9835dd345
|
Fixed a few typos in the README.
|
2011-01-24 15:00:41 +01:00 |
|
Ales Zoulek
|
700f49dca1
|
updated project homepage to github
|
2011-01-24 14:06:23 +01:00 |
|
Ales Zoulek
|
a487b17f63
|
version bump (0.2)
|
2011-01-24 13:34:20 +01:00 |
|
Ales Zoulek
|
d17bf804a4
|
Merge branch 'master' of https://github.com/jezdez/django-constance
|
2011-01-24 13:33:29 +01:00 |
|
Jannis Leidel
|
ada157c7df
|
Fixed a minor issues with redis-py insistence on a args as lists.
|
2010-12-11 22:42:41 +01:00 |
|
Jannis Leidel
|
4e0a352b55
|
Re-added empty models.py.
|
2010-12-11 16:49:09 +01:00 |
|
Jannis Leidel
|
fa83c63e83
|
Removed stale file.
|
2010-12-11 16:47:14 +01: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
|
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
|
240ef14015
|
Refactored prefix handling in redis backend slightly.
|
2010-12-11 16:32:03 +01:00 |
|
Jannis Leidel
|
d6e9521ffb
|
Added __unicode__ to Constance model.
|
2010-12-03 20:36:56 +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
|
f4c7164645
|
Merge remote branch 'comoga/master'
|
2010-12-02 11:14:42 +01:00 |
|
Ales Zoulek
|
d833536f48
|
Fixed: test runner
|
2010-12-02 11:12:50 +01:00 |
|
Jiri Barton
|
764dfb197a
|
added an example project
|
2010-12-02 10:49:29 +01:00 |
|
Jannis Leidel
|
9e70c52f85
|
Fixed a few typos in the README.
|
2010-12-01 19:45:05 +01:00 |
|
Jannis Leidel
|
90e65fe73b
|
Added myself to authors file.
|
2010-12-01 19:29:58 +01:00 |
|
Jannis Leidel
|
fa7fab6dd1
|
Update README extensively with new and old features.
|
2010-12-01 19:29:58 +01:00 |
|
Jannis Leidel
|
028dd17b93
|
Raise an ImproperlyConfigured exception if the Redis backend is used (default) and redis-py can't be found.
|
2010-12-01 19:29:58 +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 |
|
Jiri Barton
|
64bef7d88b
|
fixed the README
|
2010-11-26 14:03:06 +01:00 |
|
Jiri Barton
|
843eefba17
|
added screenshots
|
2010-11-26 13:46:42 +01:00 |
|
Ales Zoulek
|
7bf545d7ae
|
updated admin tests
|
2010-11-12 15:46:14 +01:00 |
|
Ales Zoulek
|
723ef2cd91
|
fixed: time field instance of datetime.time
|
2010-11-12 15:43:56 +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 |
|
Jannis Leidel
|
e75e4e5201
|
Added constance.context_processors.config for easy access to the values.
|
2010-11-10 04:25:46 +01:00 |
|
Jannis Leidel
|
1804b3ea6b
|
Fix bug regarding ordering.
|
2010-11-10 04:12:39 +01:00 |
|
Jannis Leidel
|
f0fb78f5c7
|
Updated template to fit original admin style and added helper variable to check if value differs from its default.
|
2010-11-10 04:12:07 +01:00 |
|
Jannis Leidel
|
44cc2be494
|
Marked a few strings for translation and localize the values passed to the changelist.
|
2010-11-10 04:11:34 +01:00 |
|
Jannis Leidel
|
9603e0573b
|
A few cleanups of the admin class.
|
2010-11-10 04:10:49 +01:00 |
|
Jannis Leidel
|
8f51e6cdc9
|
Added additional value types (unicode, date, time).
|
2010-11-10 04:09:06 +01:00 |
|
Jannis Leidel
|
d00029b3bd
|
Sorted imports a bit.
|
2010-11-10 04:07:53 +01:00 |
|
Ales Zoulek
|
b72ad74a1b
|
typo
|
2010-09-21 10:17:41 +02:00 |
|