Skip to content

Releases: westerveltco/django-twc-toolbox

v0.17.0

18 Sep 15:37
695683d
Compare
Choose a tag to compare

🚨 Breaking Change

The field changed_by has been removed from the django_twc_toolbox.models.WithHistory abstract model. This was introduced due to a misremembering of how django-simple-history tracks the history user and a misread of the documentation. Sorry for introducing this potential headache to anyone who happens to be using it. (Hopefully it's just us internally and it was just a minor annoyance for us.)

What's Changed

Full Changelog: v0.16.1...v0.17.0

v0.16.1

18 Sep 14:58
b7e39b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

11 Sep 21:10
0f72c38
Compare
Choose a tag to compare

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

v0.15.0

06 Aug 18:46
f6428f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

01 Aug 20:03
538d578
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

31 Jul 14:46
883967f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.1

29 Jul 21:15
889e3c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

29 Jul 14:40
9108604
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

26 Jul 15:09
845034b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

25 Jul 20:37
28cec7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.10.0