From 0491569597b11e323fd883301b0c40303f260b4f Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:48:36 +0100 Subject: [PATCH] . --- rapids/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/tables.py b/rapids/tables.py index 7669ba91..728991c0 100755 --- a/rapids/tables.py +++ b/rapids/tables.py @@ -92,7 +92,7 @@ class RapidUserAnswerTable(tables.Table): def __init__(self, data=None, *args, **kwargs): super().__init__( data.prefetch_related( - "exam", "rapid", "answer" + "exam", "question" ), *args, **kwargs,