summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit909e6436acfe12645b4667689aeb4473c81f0931 (patch)
treeb95a2d2da2d86d031160ca58d94d54f617a9e35d
parent3a6b9e23d4412818daba28aa138b2cd61497d188 (diff)
downloadIshtar-909e6436acfe12645b4667689aeb4473c81f0931.tar.bz2
Ishtar-909e6436acfe12645b4667689aeb4473c81f0931.zip
Add Checked type to imports
-rw-r--r--ishtar_common/models_imports.py1
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',