🚨 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
- remove
changed_by
field fromWithHistory
abstract model by @joshuadavidthomas in #119 - 🔖 bump version 0.16.1 -> 0.17.0 by @joshuadavidthomas in #120
Full Changelog: v0.16.1...v0.17.0