diff options
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index a7af1117e..073083af4 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -35,10 +35,11 @@ from archaeological_context_records.models import Dating from archaeological_warehouse.models import Warehouse, Container from ishtar_common.model_managers import ExternalIdManager from ishtar_common.models import Document, GeneralType, \ - ImageModel, BaseHistorizedItem, OwnPerms, HistoricalRecords, Person, \ + ImageModel, BaseHistorizedItem, OwnPerms, Person, \ Organization, ValueGetter, post_save_cache, ShortMenuItem, \ DashboardFormItem, document_attached_changed, \ HistoryModel, SearchAltName, SearchVectorConfig, DocumentItem +from ishtar_common.models_common import HistoricalRecords from ishtar_common.utils import cached_label_changed, get_current_year, \ update_data, m2m_historization_changed |