django-constance/constance
Rares Vernica 70f1043bad Facilitate renaming Constance in Admin (#173)
* Load app_config dynamically and use verbose_name

* Instead of assuming the app config is always going to be ConstanceConfig, load it dynamically in case the user overrides it
* Use verbose_name for page title instead of static strings for create_list
* Use verbose_name for create_list breadcrumbs

These changes allows the user to easily rename "Constance" to something else in their project.

* Fix use of verbose_name in title and breadcrumbs
2016-11-17 08:42:55 +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
templates/admin/constance Facilitate renaming Constance in Admin (#173) 2016-11-17 08:42:55 +01:00
test Merge remote-tracking branch 'chornsby/add-test-utils' 2015-09-24 11:59:55 +02:00
__init__.py Bump version 2016-09-17 17:27:58 -05:00
admin.py Facilitate renaming Constance in Admin (#173) 2016-11-17 08:42:55 +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