From 02fe9aac21e66bfe4a26b03bbdacb7f71fa9db4b Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Mar 2022 21:26:48 +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 3bc5d1c4..741fac88 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", "images", "exams" + "abnormality", "region", "examination", "images", "exams", "author" ), *args, **kwargs,