more Long improvements

This commit is contained in:
Ross
2023-05-22 13:29:07 +01:00
parent 4345f46615
commit ae670c738b
8 changed files with 136 additions and 87 deletions
+1
View File
@@ -1153,6 +1153,7 @@ def question_json_unbased(request, pk):
"""
No (file based) caching is enabled for unbased quesitons
"""
print("UNBASED")
question = get_object_or_404(Long, pk=pk)
question_json = question.get_question_json(based=False)