django-model-changes
django-model-changes copied to clipboard
Tracks the state and changes of django model instances.
Hello The version on pypi is 0.15, but the latest version in this repo is 0.14, would it be possible for you to push those changes? Thanks Ben
Related objects does not appear in previous_changes() method after object creation. For example, if your model has an "creator" field that references to auth.User and you set creator during creation,...
Hey there, I have integrated the app into a Model of mine. I put the ChangesMixin in front of the model description it inherits from. But I get the following...