]> git.parisson.com Git - teleforma.git/commitdiff
question published by default
authoryomguy <yomguy@parisson.com>
Thu, 20 Dec 2012 14:48:01 +0000 (15:48 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 20 Dec 2012 14:48:01 +0000 (15:48 +0100)
teleforma/models/pro.py

index 8d41d800b9813d7f4dfc6bae324a5804872dd04f..590540756b87cf37c08bbb44d928a4a4ae6fd7d7 100644 (file)
@@ -153,7 +153,7 @@ class Question(models.Model):
     rank        = models.IntegerField(_('rank'), blank=True, null=True)
     weight      = models.IntegerField(_('weight'), choices=WEIGHT_CHOICES, default=1)
     min_nchar   = models.IntegerField(_('minimum numbers of characters'))
-    status      = models.IntegerField(_('status'), choices=STATUS_CHOICES, default=2)
+    status      = models.IntegerField(_('status'), choices=STATUS_CHOICES, default=3)
 
     def __unicode__(self):
         return ' - '.join([unicode(self.seminar), self.title, str(self.rank)])