Update to django 5 to support python3.13 #91

Merged
heinzel merged 9 commits from update_django into master 2025-04-11 10:25:55 +02:00
Showing only changes of commit 86dadac421 - Show all commits

View File

@@ -264,6 +264,9 @@ class BasicWorkflow(object):
status_list = [] status_list = []
self._check_status() self._check_status()
if not event.id:
return status_list
heaviest_flag = event.flags.order_by('status').last() heaviest_flag = event.flags.order_by('status').last()
if heaviest_flag: if heaviest_flag:
flags = [] flags = []