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 ...
deepintodjango.com1 min read
adonis simo
Curious Tech Product Manager
Very good piece of work