diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-01 12:15:20 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-01 12:15:20 +0100 |
commit | e5fa7a8ed8dd30a61c3b262f665362cd7b59e1d5 (patch) | |
tree | 1dd3e74284bf14be1a56235e55494318d9d164ad /archaeological_finds/models_finds.py | |
parent | b844e394d6ea74e1d77d1cfcb667639329b9f911 (diff) | |
download | Ishtar-e5fa7a8ed8dd30a61c3b262f665362cd7b59e1d5.tar.bz2 Ishtar-e5fa7a8ed8dd30a61c3b262f665362cd7b59e1d5.zip |
Tests: test callable search for finds
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index a4e021d68..e38e0fe14 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -36,7 +36,7 @@ from ishtar_common.utils import cached_label_changed, post_save_point, \ from ishtar_common.alternative_configs import ALTERNATE_CONFIGS from ishtar_common.models import Document, GeneralType, \ - HierarchicalType, BaseHistorizedItem, ShortMenuItem, LightHistorizedItem, \ + HierarchicalType, BaseHistorizedItem, LightHistorizedItem, \ HistoricalRecords, OwnPerms, Person, Basket, post_save_cache, \ ValueGetter, get_current_profile, IshtarSiteProfile, PRIVATE_FIELDS, \ SpatialReferenceSystem, BulkUpdatedItem, ExternalIdManager, QuickAction, \ |