From 76124593799ee974d293c311d7a8038c4da3765f Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:45:32 +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 bd7e71da..4afc9fb7 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" + #"abnormality", "region", "examination" ), *args, **kwargs,