From 909e6436acfe12645b4667689aeb4473c81f0931 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Sep 2018 19:16:03 +0200 Subject: Add Checked type to imports --- ishtar_common/models_imports.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models_imports.py') diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index 36e969276..d1ffb3656 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -650,6 +650,7 @@ TARGET_MODELS = [ ('archaeological_finds.models.AlterationCauseType', _(u"Alteration cause type")), ('archaeological_finds.models.BatchType', _(u"Batch type")), + ('archaeological_finds.models.CheckedType', _(u"Checked type")), ('archaeological_context_records.models.IdentificationType', _("Identification type")), ('archaeological_context_records.models.RelationType', -- cgit v1.2.3