Skip to content

v0.16.0

Compare
Choose a tag to compare
@joshuadavidthomas joshuadavidthomas released this 11 Sep 21:10
· 13 commits to main since this release
0f72c38

⚠️ 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

Full Changelog: v0.15.0...v0.16.0