From a1b49aeac0c932c54b06670ee2b35ea946d84f32 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Jun 2013 18:31:55 +0200 Subject: Operations: work on import --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 8fcfacc9a..cf1448497 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -638,7 +638,7 @@ class SourceType(GeneralType): verbose_name_plural = _(u"Source types") class Source(models.Model): - title = models.CharField(_(u"Title"), max_length=200) + title = models.CharField(_(u"Title"), max_length=300) source_type = models.ForeignKey(SourceType, verbose_name=_(u"Type")) authors = models.ManyToManyField(Author, verbose_name=_(u"Authors")) associated_url = models.URLField(verify_exists=False, blank=True, null=True, -- cgit v1.2.3