- Add
Django 4.2
support. - Drop
Django 2.2
support. - Fix
date_hierarchy
with multiple fields (ForeignKey
). #244 - Fix tabs not working with non-ASCII alphanumeric characters. #237
- Fix multidb tests.
- Add
css_generic_link_active_color
field to use on active tab (tabbed changeform). #232 - Replace
flake8
withRuff
. - Switch from
setup.py
topyproject.toml
. - Add
pyupgrade
topre-commit
config. - Add
django-upgrade
topre-commit
hooks. - Upgrade syntax for
Python >= 3.8
. - Run
pre-commit
also withtox
. - Reformat migrations.
- Bump requirements.
- Bump
pre-commit
hooks. - Pin test requirements.
- Add pull request template.
- Add
CODE_OF_CONDUCT.md
. #238 - Rename default branch from
master
tomain
.