diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-25 18:21:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-25 18:21:31 +0200 |
commit | f613db0847f066de66d29d48207e11f0f7f800e5 (patch) | |
tree | caa0cd955f233ae74145cc29401c3d5b20b25dea /ishtar_common/models_imports.py | |
parent | 43cb869972055ea2e56b94e227a9406ccccba762 (diff) | |
download | Ishtar-f613db0847f066de66d29d48207e11f0f7f800e5.tar.bz2 Ishtar-f613db0847f066de66d29d48207e11f0f7f800e5.zip |
Import: minor config fix
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r-- | ishtar_common/models_imports.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index 315feba7b..9c98f5ea8 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -674,6 +674,8 @@ TARGET_MODELS = [ _(u"Alteration cause type")), ('archaeological_finds.models.BatchType', _(u"Batch type")), ('archaeological_finds.models.CheckedType', _(u"Checked type")), + ('archaeological_finds.models.MaterialTypeQualityType', + _(u"Material type quality")), ('archaeological_context_records.models.IdentificationType', _("Identification type")), ('archaeological_context_records.models.RelationType', |