Skip to content

Commit

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

version_list = Version.objects.get_for_object(task).get_unique()
version_list = list(Version.objects.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 1238f56

Please sign in to comment.