summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-30 16:50:58 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-30 16:50:58 +0200
commit72b0a0276e70194666ff9110522f49f4e3f1476e (patch)
tree6a41f63eabed5f6f3f7537585d5ae3f3a00e4d00 /ishtar_common/models.py
parent9fe30e305e1a114277e8473df415588bfacd188d (diff)
parent483fcd46fb60a597959bfde9d00bde4cc1822cd2 (diff)
downloadIshtar-72b0a0276e70194666ff9110522f49f4e3f1476e.tar.bz2
Ishtar-72b0a0276e70194666ff9110522f49f4e3f1476e.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 59d1f9ebc..639e44af3 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -3003,7 +3003,7 @@ post_delete.connect(post_save_cache, sender=Format)
class Source(OwnPerms, ImageModel, models.Model):
title = models.CharField(_(u"Title"), max_length=300)
- external_id = models.CharField(_(u"External ID"), max_length=12, null=True,
+ external_id = models.TextField(_(u"External ID"), max_length=300, null=True,
blank=True)
source_type = models.ForeignKey(SourceType, verbose_name=_(u"Type"))
support_type = models.ForeignKey(SupportType, verbose_name=_(u"Support"),