Releases: mkalioby/ModelTracker
Releases · mkalioby/ModelTracker
v3.0b2
v3.0
This is a major release so please test carefully.
- Removed:
old_state
of the object from database, but still the changes can be done against previous object. - Added:
get_history(reverse=True)
to get all object changes, this returns a Queryset so it can be filtered. - Added:
get_object()
to the history Model to return the state of the object in that snapshot. - Added:
View Data Changes
in Django Model Admin to see the object changes. - Change: add urls under
tracker
namespace.
2.0.4
v1.0.1
Restoring Object State
Solved Date Field problem
Copying Change ID
finalized the restoreObject command
0.7.1
0.7
Python 3.5 ready
Now the app can work work Python 2.7 and Python 3.5