summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-31 12:31:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-31 12:31:29 +0100
commit07eaa42445452db7942767b4ec2dea518d667be7 (patch)
tree1dc8c19c85796fa7108fa7aa15fb51790e7f09aa /ishtar_common/models.py
parentf0f0377ac4474e4c3e8eb93abda481461c5797f1 (diff)
downloadIshtar-07eaa42445452db7942767b4ec2dea518d667be7.tar.bz2
Ishtar-07eaa42445452db7942767b4ec2dea518d667be7.zip
Change filed length in DB to match importers - Importer configuration
Diffstat (limited to 'ishtar_common/models.py')
-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 28d50c3bc..418b18a82 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -2130,6 +2130,7 @@ TARGET_MODELS = [
_(u"Context record relation type")),
('SpatialReferenceSystem', _(u"Spatial reference system")),
('SupportType', _(u"Support type")),
+ ('TitleType', _(u"Title type")),
]
TARGET_MODELS_KEYS = [tm[0] for tm in TARGET_MODELS]