v0.16.0
joshuadavidthomas
released this
11 Sep 21:10
·
13 commits
to main
since this release
⚠️ Requires migrations
This release introduces a new field to the WithHistory
abstract model. If you are using it within your project, you will need to generate migrations and run them after updating to v0.16.0.
python manage.py makemigrations
python manage.py migrate
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #104
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #105
- add
WwwRedirectMiddleware
for redirecting www to bare domain by @joshuadavidthomas in #106 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #108
- put
WithHistory
abstract model behindsimple_history
check by @joshuadavidthomas in #109 - bump template to v2024.27 and add support for Django 5.1 by @joshuadavidthomas in #111
- add test to check when django-simple-history not installed by @joshuadavidthomas in #113
- add
changed_by
field toWithHistory
abstract model by @joshuadavidthomas in #114 - 🔖 bump version 0.15.0 -> 0.16.0 by @joshuadavidthomas in #115
Full Changelog: v0.15.0...v0.16.0