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