django-admin-interface/admin_interface
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
..
fixtures Run `pre-commit`. 2022-12-11 23:07:11 +01:00
locale Update german translations. 2022-12-05 10:21:39 +01:00
migrations Run `pre-commit`. 2022-12-11 23:07:11 +01:00
static [css] Improve changelist filter margins. 2022-12-14 12:58:57 +01:00
templates Run `pre-commit`. 2022-12-11 23:07:11 +01:00
templatetags Make `Theme.get_active_theme` class method a manager method. (#230) 2022-12-15 11:32:33 +01:00
__init__.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
admin.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
apps.py Remove `post_migrate` signal handler and multi db test. 2022-12-03 14:01:57 +01:00
cache.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
models.py Make `Theme.get_active_theme` class method a manager method. (#230) 2022-12-15 11:32:33 +01:00
settings.py Drop old Python and Django versions (#220) 2022-12-03 13:49:09 +01:00
version.py Update `CHANGELOG` and version. 2022-12-14 13:00:59 +01:00