From 6d6e44b1597087dc7726fd1d407433f73621928c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 Oct 2018 16:34:52 +0200 Subject: Sheet person: fix related tables --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 2f637cabe..8c150bf29 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3405,6 +3405,7 @@ class Document(OwnPerms, ImageModel, FullSearch, Imported): "finds__base_finds__context_record__operation": "finds__base_finds__context_record__operation__pk", 'authors__cached_label': 'authors__cached_label', + 'authors__person__pk': 'authors__person__pk', } # alternative names of fields for searches -- cgit v1.2.3