All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 - 2023-12-05
- Add
Python 3.12
support. - Add
Django 5.0
support. - Speed-up test workflow.
- Bump requirements.
- Bump
pre-commit
hooks.
0.5.0 - 2023-07-03
- 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.
0.4.0 - 2022-12-13
- Add
Python 3.11
andDjango 4.1
support. - Drop
Python < 3.8
andDjango < 2.2
support. #19 - Add
pre-commit
. - Replace
str.format
withf-strings
- Replace
setup.py test
in favor ofruntests.py
. - Bump GitHub actions versions.
0.3.1 - 2022-09-19
- Improve tests coverage.
0.3.0 - 2022-07-07
- Added
created_at
andupdated_at
fields. #4 - Added tests. #5
- Added
default_auto_field
setting. - Fixed
Redirect.MATCH_PREFIX
not working.
0.2.0 - 2021-05-04
- Added
priority
to redirects. #2
0.1.0 - 2020-09-08
- Published
django-redirects
.