.
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class RapidTable(tables.Table):
|
||||
def __init__(self, data=None, *args, **kwargs):
|
||||
super().__init__(
|
||||
data.prefetch_related(
|
||||
"abnormality", "region", "examination", "laterality"
|
||||
"abnormality", "region", "examination"
|
||||
),
|
||||
*args,
|
||||
**kwargs,
|
||||
|
||||
Reference in New Issue
Block a user