Releases: fabiocaccamo/django-extra-settings
Releases · fabiocaccamo/django-extra-settings
0.12.0
0.11.0
- Add
Python 3.12
support. - Add
Django 5.0
support. - Speed-up test workflow.
- Bump requirements.
- Bump
pre-commit
hooks.
0.10.0
0.9.1
- Fix wrong migration
help_text
causing need to make new migrations.
0.9.0
What's Changed
- Drop
Django 2.2
support. - Upgrade syntax for
Python >= 3.8
. - Add
metadata
module and read package attrs dynamically. - Add missing
validator
when callingset_defaults
. By @zackkh in #68. - Add
zh_Hans
language support. By @twn39 in #70. - Move
flake8
config tosetup.cfg
. - Increase
flake8
checks. - Add
flake8-bugbear
topre-commit
hooks. - Run
flake8
also on tests files. - Code formatting.
- Bump requirements.
New Contributors
0.8.1
- Fix signals not received when using admin dynamic model (dynamic
Setting
model proxy subclass).
0.8.0
- Add
extra_settings.admin.register_extra_settings_admin
helper function. - Add
EXTRA_SETTINGS_ADMIN_APP
setting support. - Bump test requirements.
0.7.0
0.6.1
- Add missing migration. Fix #33 by @domeniconappo in #35.
0.6.0
- Add custom validator support to settings. Fix #33 by @domeniconappo in #34.