Skip to content

Commit

Permalink
Fix reversion after update
Browse files Browse the repository at this point in the history
  • Loading branch information
znick authored Apr 12, 2024
1 parent 8f0282e commit e6fd8cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def handle(self, **options):
task_created = False
task_changed = False

version_list = reversion.get_unique_for_object(task)
version_list = reversion.get_for_object(task).get_unique()

task_info = [''] * len(DIFF_FIELDS)
for i_version, version in enumerate(version_list):
Expand Down

0 comments on commit e6fd8cf

Please sign in to comment.