This commit is contained in:
Ross
2021-08-01 10:41:17 +01:00
parent 8aa54979af
commit 885cd3af79
+2
View File
@@ -990,7 +990,9 @@ def question_json_recreate(request, pk):
# We also have to invalidate any exams # We also have to invalidate any exams
print("Start")
for exam in question.exams.all(): for exam in question.exams.all():
print(exam)
exam.recreate_json = True exam.recreate_json = True
exam.save() exam.save()