diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-27 18:23:42 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-27 18:23:42 +0100 |
commit | 019f483daeb9fca526ef5f46fda650f01c551fc0 (patch) | |
tree | c9d663deb35346655bef9de3edce26d1fc87d224 | |
parent | 00d97bcabb8e248beced972fa2a890f480cee987 (diff) | |
download | Ishtar-019f483daeb9fca526ef5f46fda650f01c551fc0.tar.bz2 Ishtar-019f483daeb9fca526ef5f46fda650f01c551fc0.zip |
Importers: add "container type" to available types for type columns
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 604c6923c..6fb7852ae 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2061,6 +2061,7 @@ TARGET_MODELS = [ ('archaeological_finds.models.MaterialType', _(u"Material")), ('archaeological_finds.models.ConservatoryState', _(u"Conservatory state")), + ('archaeological_warehouse.models.ContainerType', _(u"Container type")), ('archaeological_finds.models.PreservationType', _(u"Preservation type")), ('archaeological_finds.models.ObjectType', _(u"Object type")), ('archaeological_finds.models.IntegrityType', _(u"Integrity type")), |