From 7a41dc68408ea109867fa3c4de96faf30758e557 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:47:34 +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 4afc9fb7..7669ba91 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( - #"abnormality", "region", "examination" + "exam", "rapid", "answer" ), *args, **kwargs,