@@ -92,11 +92,10 @@ class Contrib(models.Model):
status = models.CharField(
blank=True,
- null=True,
+ null=True,
- max_length= 250,
+ max_length= 250,
- choices=CONNECTABILITY,
+ choices=CONNECTABILITY,
- default='A_ETUDIER')
+ default=STATUS_TOSTUDY)
-
class Meta:
managed = True