From a1d4bf22cd278b8afe4cc09d6621d174b66fefdb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Oct 2017 19:59:17 +0200 Subject: Imports: add missing types --- ishtar_common/models_imports.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common') 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")), -- cgit v1.2.3