v0.16.0
·
69 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 migrateWhat'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
WwwRedirectMiddlewarefor redirecting www to bare domain by @joshuadavidthomas in #106 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #108
- put
WithHistoryabstract model behindsimple_historycheck 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_byfield toWithHistoryabstract 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