Skip to content

Releases: mkalioby/ModelTracker

v3.0b2

30 Jul 07:01
Compare
Choose a tag to compare
v3.0b2 Pre-release
Pre-release

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

30 Jul 07:00
Compare
Choose a tag to compare
Merged v2.0.4

v1.0.1

20 Feb 06:14
Compare
Choose a tag to compare
  • Renamed PyPi to 'django-model-tracker'
  • Now Supports Django 2.1

Restoring Object State

03 Sep 13:47
Compare
Choose a tag to compare

Solved Date Field problem
Copying Change ID
finalized the restoreObject command

0.7.1

07 May 06:53
Compare
Choose a tag to compare
Looping from new state to avoid showing nothing in case of new object

0.7

30 Apr 08:48
Compare
Choose a tag to compare
0.7
Added Change ID to the returned Changes

Python 3.5 ready

18 Oct 15:59
Compare
Choose a tag to compare

Now the app can work work Python 2.7 and Python 3.5

v5.2.1

29 Sep 12:29
Compare
Choose a tag to compare

Now loops in dict and lists
New Rest function to return Changes as JSON
New Column 'name' to enable event marking
removes unneeded prints.

0.3

16 Jun 16:14
Compare
Choose a tag to compare
0.3

Add Track Page to see the object modifications.

v0.2

13 Jun 13:04
Compare
Choose a tag to compare

First Working version