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
commitef0112072769199159d5ffb420c5cc05a06adaf1 (patch)
tree1dc8c19c85796fa7108fa7aa15fb51790e7f09aa /ishtar_common/models.py
parente8bb70223e1565e0e0b762727c85a2b5b9c2505a (diff)
downloadIshtar-ef0112072769199159d5ffb420c5cc05a06adaf1.tar.bz2
Ishtar-ef0112072769199159d5ffb420c5cc05a06adaf1.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]