django-simple-history
writing history changes on instance.save()
method. But when I wrote migration which change instance data, the changes did not appear.
Is the save()
method of
Model = apps.get_model('myapp', 'MyModel')
and
MyModel
are same? Is there a way to write this changes to history?