From b1db55698f51db67b4c12690dca8d8e907776580 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:19:49 +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 2fb2127d..3bc5d1c4 100755 --- a/rapids/tables.py +++ b/rapids/tables.py @@ -60,7 +60,7 @@ class RapidTable(tables.Table): def __init__(self, data=None, *args, **kwargs): super().__init__( data.prefetch_related( - "abnormality", "region", "examination", "rapidimage", "exams" + "abnormality", "region", "examination", "images", "exams" ), *args, **kwargs,