Diff mixin to detect changes in Django models instances
Suppose you change your Django model instance, how do you know if the data actually changed? There are a few ways to achieve this, for example using django-simple-history which will add a database entry for every change to keep history. However, you ...
May 23, 20231 min read1.0K