.
This commit is contained in:
@@ -89,3 +89,12 @@ class RapidUserAnswerTable(tables.Table):
|
|||||||
"updated",
|
"updated",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def __init__(self, data=None, *args, **kwargs):
|
||||||
|
super().__init__(
|
||||||
|
data.prefetch_related(
|
||||||
|
"abnormality", "region", "examination"
|
||||||
|
),
|
||||||
|
*args,
|
||||||
|
**kwargs,
|
||||||
|
)
|
||||||
|
|
||||||
Reference in New Issue
Block a user