django-admin-interface/tests
Mounir b3540bc019
Make `Theme.get_active_theme` class method a manager method. (#230)
- Make `get_active_theme` a manager method instead of class method
- Replace `get_active_theme` by `get_active`
- Refactor signals handlers
2022-12-15 11:32:33 +01:00
..
__init__.py Added tests 2017-03-29 16:21:41 +02:00
routers.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
settings.py Add german translation (#222) 2022-12-05 10:13:11 +01:00
test_fixtures.py Make `Theme.get_active_theme` class method a manager method. (#230) 2022-12-15 11:32:33 +01:00
test_models.py Make `Theme.get_active_theme` class method a manager method. (#230) 2022-12-15 11:32:33 +01:00
test_multidb.py Make `Theme.get_active_theme` class method a manager method. (#230) 2022-12-15 11:32:33 +01:00
test_settings.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
test_templatetags.py Include date hierarchy in quick removal links (#218) 2022-12-11 20:44:31 +01:00
urls.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
urls_without_i18n_patterns.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00