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 | faf89859c5e645f31aadab2057f5b11cc11e9664 (patch) | |
| tree | 1dd3e74284bf14be1a56235e55494318d9d164ad /archaeological_finds/models_finds.py | |
| parent | b1b72481c15a81b506e48519862d3e32bb7c89be (diff) | |
| download | Ishtar-faf89859c5e645f31aadab2057f5b11cc11e9664.tar.bz2 Ishtar-faf89859c5e645f31aadab2057f5b11cc11e9664.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, \ |
