django-model-changes icon indicating copy to clipboard operation
django-model-changes copied to clipboard

Tracks the state and changes of django model instances.

Results 5 django-model-changes issues
Sort by recently updated
recently updated
newest added

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...