kajic/django-model-changes

Detect any changes made to a model

musemby opened this issue · 0 comments

I have found myself in a situation where for several models say X, Y and Z, I would like to know when any change happens on them i.e. any create, update, delete. Is there any way to accomplish this using django-model-changes?