summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commita97f3dab54a821a7bbee9aca64c6086854608804 (patch)
treec9d663deb35346655bef9de3edce26d1fc87d224
parentb491cbf152789c6d9fc961ac877be4516eb46748 (diff)
downloadIshtar-a97f3dab54a821a7bbee9aca64c6086854608804.tar.bz2
Ishtar-a97f3dab54a821a7bbee9aca64c6086854608804.zip
Importers: add "container type" to available types for type columns
-rw-r--r--ishtar_common/models.py1
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")),