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.9.0 - 2025-09-06
- Add
notesfield toRedirectmodel for documentation purposes. (by @heysamtexas in #131) - Improve tests coverage.
- Bump test requirements.
- Bump
pre-commithooks.
0.8.0 - 2025-05-03
- Bump up
max_lengthof old_path/new_path fields from 255 to 2048. #124 (by @voberoi in #125) - Update linter settings.
- Bump
pre-commithooks.
0.7.0 - 2025-04-03
- Add
Django 5.2support. - Bump
pre-commithooks. - Bump requirements.
0.6.0 - 2023-12-05
- Add
Python 3.12support. - Add
Django 5.0support. - Speed-up test workflow.
- Bump requirements.
- Bump
pre-commithooks.
0.5.0 - 2023-07-03
- Add
Django 4.2support. - Drop
Django 2.2support. - Fix
Django 3.0compatibility. - Add translations (
en,it,ru). - Add
pyupgradetopre-commitconfig. - Add
django-upgradetopre-commithooks. - Run
pre-commitalso withtox. - Switch from
setup.cfgtopyproject.toml. - Replace
flake8withRuff. - Pin test requirements.
- Bump requirements.
0.4.0 - 2022-12-13
- Add
Python 3.11andDjango 4.1support. - Drop
Python < 3.8andDjango < 2.2support. #19 - Add
pre-commit. - Replace
str.formatwithf-strings - Replace
setup.py testin favor ofruntests.py. - Bump GitHub actions versions.
0.3.1 - 2022-09-19
- Improve tests coverage.
0.3.0 - 2022-07-07
- Added
created_atandupdated_atfields. #4 - Added tests. #5
- Added
default_auto_fieldsetting. - Fixed
Redirect.MATCH_PREFIXnot working.
0.2.0 - 2021-05-04
- Added
priorityto redirects. #2
0.1.0 - 2020-09-08
- Published
django-redirects.