3👍
✅
You might take a look at django-dirtyfields. When an object is updated, you could get a list of all of the fields that are dirty and generate the report you need. It won’t do this automatically, but it would get you the fields that have been changed.
Source:stackexchange.com