diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-12-18 18:56:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:33 +0200 |
commit | 56c5f6e31f34e47d9a6c31767840c9d949d63abf (patch) | |
tree | c293968531fba747a39d464ac6b571dc39d99b2e /archaeological_finds/models_finds.py | |
parent | ef878c317f8aa33b5fdd92417a12e1385454e86e (diff) | |
download | Ishtar-56c5f6e31f34e47d9a6c31767840c9d949d63abf.tar.bz2 Ishtar-56c5f6e31f34e47d9a6c31767840c9d949d63abf.zip |
✨ imports: add search criteria
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 9e576d16d..cb431f7cc 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -49,6 +49,7 @@ from ishtar_common.models import ( BaseHistorizedItem, LightHistorizedItem, OwnPerms, + Imported, Person, Basket, post_save_cache, @@ -1518,6 +1519,7 @@ class Find( ALT_NAMES.update(DocumentItem.ALT_NAMES) ALT_NAMES.update(Dating.ASSOCIATED_ALT_NAMES) ALT_NAMES.update(GeoItem.ALT_NAMES_FOR_FIND()) + ALT_NAMES.update(Imported.ALT_NAMES) """ # kept as an example |