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 | 786fadfeb7f3d78b19e9b212e064c4e1be40cac2 (patch) | |
tree | b95a2d2da2d86d031160ca58d94d54f617a9e35d /ishtar_common | |
parent | c603a4736f4635f31fa75cb0870e2efc788fd922 (diff) | |
download | Ishtar-786fadfeb7f3d78b19e9b212e064c4e1be40cac2.tar.bz2 Ishtar-786fadfeb7f3d78b19e9b212e064c4e1be40cac2.zip |
Add Checked type to imports
Diffstat (limited to 'ishtar_common')
-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', |