summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-05-02 13:04:40 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-05-02 13:04:40 +0200
commitf78a3c0c56509eb07e05c6d4930a016ab98dd8bc (patch)
treeaae1f9f35364a05c463932dde074583b37194a2c /archaeological_context_records/models.py
parent6e4c7501141eaf375328da905cfb4e656dc9f4b5 (diff)
downloadIshtar-f78a3c0c56509eb07e05c6d4930a016ab98dd8bc.tar.bz2
Ishtar-f78a3c0c56509eb07e05c6d4930a016ab98dd8bc.zip
Data importer: add value formaters based on Python format() string
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py3
1 files changed, 2 insertions, 1 deletions
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, \