diff options
| -rw-r--r-- | ishtar_common/models_imports.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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', | 
