django-rosetta/rosetta
David Jean Louis 0db5ccb406 Rosetta settings are now "test friendly"
* Added a RosettaSettings class that keep rosetta settings
* Settings are reloaded via the ``setting_changed`` django signal is sent
* this should be completely backwards compatible, unless for hacks like reading the settings file from disk (nobody does this right ?)
2018-11-14 18:17:56 +01:00
..
conf Rosetta settings are now "test friendly" 2018-11-14 18:17:56 +01:00
locale adds an explicit test to detect zh_Hans (for #161) 2016-03-08 09:50:22 +01:00
static/admin/img renamed the search icon to avoid clashing with django's own 2016-03-08 09:57:07 +01:00
templates/rosetta Removed access to old ADMIN_* variables 2018-08-23 21:14:46 +02:00
templatetags Fix pep8, dropped Django 1.8, 1.9, 1.10 from the test config 2018-08-24 08:54:52 +02:00
tests PEP8 fix and version pre-bump 2018-08-24 14:21:47 +02:00
__init__.py PEP8 fix and version pre-bump 2018-08-24 14:21:47 +02:00
access.py Removed old compatibility code for Django < 1.8 2018-08-23 20:25:09 +02:00
apps.py use AdminSite.index_template instead of overriding the default AdminSite 2016-12-13 11:26:09 +01:00
poutil.py Fix pep8, dropped Django 1.8, 1.9, 1.10 from the test config 2018-08-24 08:54:52 +02:00
signals.py Check PEP8 while running tests 2018-01-10 12:44:24 +01:00
storage.py Removed old compatibility code for Django < 1.11 2018-08-24 10:11:14 +02:00
urls.py Removed old compatibility code for Django < 1.11 2018-08-24 10:11:14 +02:00
views.py Allow overriding rosetta login url. 2018-11-14 12:45:56 +01:00