From f6f20e5745a0c6eb3f07b4e0b33454c87c48f6e6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 May 2019 13:04:40 +0200 Subject: Data importer: add value formaters based on Python format() string --- archaeological_context_records/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_context_records/models.py') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index ff5c31c64..01595feed 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -30,10 +30,11 @@ from django.utils.text import slugify from ishtar_common.utils import cached_label_changed, \ m2m_historization_changed, post_save_geo +from ishtar_common.model_managers import ExternalIdManager from ishtar_common.models import Document, GeneralType, \ BaseHistorizedItem, HistoricalRecords, OwnPerms, ShortMenuItem, \ GeneralRelationType, GeneralRecordRelations, post_delete_record_relation,\ - post_save_cache, ValueGetter, BulkUpdatedItem, ExternalIdManager, \ + post_save_cache, ValueGetter, BulkUpdatedItem, \ RelationItem, Town, get_current_profile, document_attached_changed, \ HistoryModel, SearchAltName, GeoItem, QRCodeItem, SearchVectorConfig from archaeological_operations.models import Operation, Period, Parcel, \ -- cgit v1.2.3