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 | af2c4d490533dac14d676bdc325bbc0daebd9839 (patch) | |
| tree | 188554c98ec95138f8bac86eea82a6524346a39b | |
| parent | 2494a93d5047e805474fe32edd1776085bd401fe (diff) | |
| download | Ishtar-af2c4d490533dac14d676bdc325bbc0daebd9839.tar.bz2 Ishtar-af2c4d490533dac14d676bdc325bbc0daebd9839.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 |
