django-constance/constance
Charlie Hornsby 3338d1c092 Implement override_config decorator for use in testing
Subclass django.test.utils.override_settings for similar pattern
Allow use as both TestCase decorator and context manager
Support Django versions 1.4 to 1.8
2015-06-02 21:18:19 +03:00
..
backends Stop requiring six as a depdendency. 2014-11-27 17:53:01 +01:00
locale master Added spanish translation 2015-01-15 16:39:04 -05:00
templates/admin/constance Use url tag from the future to fix rendering. 2014-12-04 18:20:00 -08:00
test Implement override_config decorator for use in testing 2015-06-02 21:18:19 +03:00
__init__.py Bumped version to 1.0.1. 2015-01-07 09:32:38 +01:00
admin.py Try to fix #88 by being lazy a different way. 2015-01-06 12:24:58 +01:00
apps.py Try to fix #88 by being lazy a different way. 2015-01-06 12:24:58 +01:00
base.py Renamed config module to base to prevent ambiguity 2014-11-21 20:16:39 +01:00
context_processors.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
models.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
settings.py Simplified settings. 2014-11-25 22:20:06 +01:00
utils.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00