How to detect field changes in Django
The Problem
While working on Django project, we have every now and then needed to know if a specific field of model has changed or not, and act accordingly. Let's say, you are developing a logistics website, and want to store status changes of packag...
mmzeynalli.hashnode.dev6 min read