diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-14 19:16:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-14 19:16:03 +0200 |
commit | 909e6436acfe12645b4667689aeb4473c81f0931 (patch) | |
tree | b95a2d2da2d86d031160ca58d94d54f617a9e35d | |
parent | 3a6b9e23d4412818daba28aa138b2cd61497d188 (diff) | |
download | Ishtar-909e6436acfe12645b4667689aeb4473c81f0931.tar.bz2 Ishtar-909e6436acfe12645b4667689aeb4473c81f0931.zip |
Add Checked type to imports
-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', |