Releases: fabiocaccamo/django-extra-settings
Releases · fabiocaccamo/django-extra-settings
0.13.0
- Add
Python 3.13
andDjango 5.1
support. - Drop
Python 3.8
,Python 3.9
andDjango 3.x
support. - Drop
jsonfield
dependency and use builtinmodels.JSONField
. (by @obdulia-losantos in #180). - Add Spanish localization. (by @obdulia-losantos in #182)
- Bump requirements
- Bump
pre-commit
hooks - Bump GitHub actions.
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.