diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-01 16:34:52 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-01 16:34:52 +0200 | 
| commit | 778599f6ab4cca52601e934e811769ecc32e6868 (patch) | |
| tree | 8f7d5164febe82a530700cc4c99c48a155a9bf0b /ishtar_common/models.py | |
| parent | 87e688aa12067a9368617ea635189b45954ebee4 (diff) | |
| download | Ishtar-778599f6ab4cca52601e934e811769ecc32e6868.tar.bz2 Ishtar-778599f6ab4cca52601e934e811769ecc32e6868.zip | |
Sheet person: fix related tables
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
