]> git.parisson.com Git - teleforma.git/commitdiff
del keywords
authoryomguy <yomguy@parisson.com>
Tue, 27 Nov 2012 11:10:37 +0000 (12:10 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 27 Nov 2012 11:10:37 +0000 (12:10 +0100)
teleforma/models/pro.py

index 170c6c9a233342f47397e2cb9af032944a545d5f..4fe0d5390774c9f70bca961354145f0e8afe898e 100644 (file)
@@ -96,7 +96,6 @@ class Seminar(models.Model):
     magistral       = models.BooleanField(_('magistral'))
     index           = tinymce.models.HTMLField(_('index'), blank=True)
 
-    keywords        = models.CharField(_('keywords'), max_length=1024, blank=True)
     duration        = DurationField(_('approximative duration'))
     date_begin      = models.DateField(_('begin date'), blank=True, null=True)
     date_end        = models.DateField(_('end date'), blank=True, null=True)