diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-02 22:05:00 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-24 12:06:08 +0200 |
| commit | 91ae36a5a498ce5c9d7141df67d3f0cca81d20d9 (patch) | |
| tree | 188554c98ec95138f8bac86eea82a6524346a39b | |
| parent | 541587e057c9f52f89d724cd6607c9824cb3804c (diff) | |
| download | Ishtar-91ae36a5a498ce5c9d7141df67d3f0cca81d20d9.tar.bz2 Ishtar-91ae36a5a498ce5c9d7141df67d3f0cca81d20d9.zip | |
Fix missing dependency
| -rw-r--r-- | archaeological_finds/models_finds.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index b2053cb46..bea9b8048 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -39,7 +39,8 @@ from ishtar_common.models import Document, GeneralType, \ HierarchicalType, BaseHistorizedItem, ShortMenuItem, LightHistorizedItem, \ HistoricalRecords, OwnPerms, Person, Basket, post_save_cache, \ ValueGetter, get_current_profile, IshtarSiteProfile, PRIVATE_FIELDS, \ - SpatialReferenceSystem, BulkUpdatedItem, ExternalIdManager, QuickAction + SpatialReferenceSystem, BulkUpdatedItem, ExternalIdManager, QuickAction, \ + MainItem from archaeological_operations.models import AdministrativeAct, Operation from archaeological_context_records.models import ContextRecord, Dating |
