django-constance/constance
Rares Vernica bddb6cd2ac Fix *Reset to default* to work with boolean/checkboxes (#191)
* Fix *Reset to default* to work with boolean/checkboxes

* Add field name to each config value
* Check field name and use *checked* for checkbox and *value* otherwise

Fix #189

* Add and use raw_default and is_checkbox
2017-01-13 08:14:18 +01:00
..
backends Send the config parameter as sender for the signal 2016-09-15 09:24:30 -05:00
locale Updated Chinese translation. 2015-09-24 12:37:35 +02:00
management Fix handling of MultiValueField's (eg SplitDateTimeField) on the command line. Fixes #186 (#190) 2017-01-11 09:52:19 +01:00
templates/admin/constance Fix *Reset to default* to work with boolean/checkboxes (#191) 2017-01-13 08:14:18 +01:00
test Merge remote-tracking branch 'chornsby/add-test-utils' 2015-09-24 11:59:55 +02:00
__init__.py Bump version 2016-12-23 17:39:01 -05:00
admin.py Fix *Reset to default* to work with boolean/checkboxes (#191) 2017-01-13 08:14:18 +01:00
apps.py Added signal on change, refs #158 2016-09-14 12:22:32 -05:00
base.py allow to override field config_type and set custom additional fields 2015-06-14 17:34:53 +02:00
context_processors.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
settings.py Improved coding styles 2016-09-14 12:21:43 -05:00
signals.py Improved naming for arguments 2016-09-15 09:25:54 -05:00
utils.py Merge remote-tracking branch 'vinnyrose/compat_changes' 2015-09-24 11:02:45 +02:00