- Add
Django 4.2
support. - Drop
Django 2.2
support. - Add
pyupgrade
anddjango-upgrade
topre-commit
hooks. - Upgrade syntax for
Python >= 3.8
. - Set max line length to
88
. - Switch from
setup.py
topyproject.toml
. - Replace
flake8
withRuff
. - Add locales (
en
andit
). - Add
metadata
module. - Set max line length to
88
. - Run
pre-commit
also withtox
. - Bump requirements.
- Pin test requirements.
- Rename default branch from
master
tomain
.