diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-16 19:59:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-16 19:59:17 +0200 |
commit | a1d4bf22cd278b8afe4cc09d6621d174b66fefdb (patch) | |
tree | e554e6e75ab6fbfbf517274e07a9865917981b29 /ishtar_common/models_imports.py | |
parent | 030bdf2a12dd3a37300f976c2c487e4b8b9a1b62 (diff) | |
download | Ishtar-a1d4bf22cd278b8afe4cc09d6621d174b66fefdb.tar.bz2 Ishtar-a1d4bf22cd278b8afe4cc09d6621d174b66fefdb.zip |
Imports: add missing types
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r-- | ishtar_common/models_imports.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index 10e7be2e5..01a64da22 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -613,10 +613,15 @@ TARGET_MODELS = [ _(u"Conservatory state")), ('archaeological_warehouse.models.ContainerType', _(u"Container type")), ('archaeological_finds.models.TreatmentType', _(u"Treatment type")), + ('archaeological_finds.models.TreatmentEmergencyType', + _(u"Treatment emergency type")), ('archaeological_finds.models.ObjectType', _(u"Object type")), ('archaeological_finds.models.IntegrityType', _(u"Integrity type")), ('archaeological_finds.models.RemarkabilityType', _(u"Remarkability type")), + ('archaeological_finds.models.AlterationType', _(u"Alteration type")), + ('archaeological_finds.models.AlterationCauseType', + _(u"Alteration cause type")), ('archaeological_finds.models.BatchType', _(u"Batch type")), ('archaeological_context_records.models.IdentificationType', _("Identification type")), |