summaryrefslogtreecommitdiff
path: root/ishtar_common/models_imports.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-16 19:59:17 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-16 19:59:17 +0200
commita1d4bf22cd278b8afe4cc09d6621d174b66fefdb (patch)
treee554e6e75ab6fbfbf517274e07a9865917981b29 /ishtar_common/models_imports.py
parent030bdf2a12dd3a37300f976c2c487e4b8b9a1b62 (diff)
downloadIshtar-a1d4bf22cd278b8afe4cc09d6621d174b66fefdb.tar.bz2
Ishtar-a1d4bf22cd278b8afe4cc09d6621d174b66fefdb.zip
Imports: add missing types
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r--ishtar_common/models_imports.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py
index 10e7be2e5..01a64da22 100644
--- a/ishtar_common/models_imports.py
+++ b/ishtar_common/models_imports.py
@@ -613,10 +613,15 @@ TARGET_MODELS = [
_(u"Conservatory state")),
('archaeological_warehouse.models.ContainerType', _(u"Container type")),
('archaeological_finds.models.TreatmentType', _(u"Treatment type")),
+ ('archaeological_finds.models.TreatmentEmergencyType',
+ _(u"Treatment emergency type")),
('archaeological_finds.models.ObjectType', _(u"Object type")),
('archaeological_finds.models.IntegrityType', _(u"Integrity type")),
('archaeological_finds.models.RemarkabilityType',
_(u"Remarkability type")),
+ ('archaeological_finds.models.AlterationType', _(u"Alteration type")),
+ ('archaeological_finds.models.AlterationCauseType',
+ _(u"Alteration cause type")),
('archaeological_finds.models.BatchType', _(u"Batch type")),
('archaeological_context_records.models.IdentificationType',
_("Identification type")),