Releases: fabiocaccamo/django-redirects
Releases · fabiocaccamo/django-redirects
0.6.0
0.5.0
What's Changed
- Add
Django 4.2
support. - Drop
Django 2.2
support. - Fix
Django 3.0
compatibility. - Add translations (
en
,it
,ru
). - Add
pyupgrade
topre-commit
config. - Add
django-upgrade
topre-commit
hooks. - Run
pre-commit
also withtox
. - Switch from
setup.cfg
topyproject.toml
. - Replace
flake8
withRuff
. - Pin test requirements.
- Bump requirements.
Full Changelog: 0.4.0...0.5.0
0.4.0
0.3.1
- Improve tests coverage.