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_warehouse/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_warehouse/models.py') diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index cec8667cd..10cf89943 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -28,9 +28,10 @@ from django.template.defaultfilters import slugify from django.utils.translation import ugettext_lazy as _, pgettext_lazy from ishtar_common.data_importer import post_importer_action +from ishtar_common.model_managers import ExternalIdManager from ishtar_common.models import Document, GeneralType, get_external_id, \ LightHistorizedItem, OwnPerms, Address, Person, post_save_cache, \ - DashboardFormItem, ExternalIdManager, ShortMenuItem, \ + DashboardFormItem, ShortMenuItem, \ document_attached_changed, SearchAltName, DynamicRequest, GeoItem, \ QRCodeItem, SearchVectorConfig from ishtar_common.utils import cached_label_changed, post_save_geo -- cgit v1.2.3