From 1d21802ccc16ad54188ad6fc5a1ef83f87f83166 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:23:26 +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 1253c1f4..3e327ad1 100755 --- a/rapids/tables.py +++ b/rapids/tables.py @@ -59,7 +59,7 @@ class RapidTable(tables.Table): def __init__(self, data=None, *args, **kwargs): super().__init__( - data.select_related("exams").prefetch_related( + data.prefetch_related( "abnormality", "region", "examination", "images"#, "exams" ), *args,