author | Madhusudan.C.S <madhusudancs@gmail.com> |
Mon, 17 Jan 2011 05:34:26 +0530 | |
changeset 444 | 92062f38d2c0 |
parent 443 | a13ea00c1a3f |
child 445 | 7d465ce581d9 |
--- a/pytask/profile/models.py Mon Jan 17 05:33:59 2011 +0530 +++ b/pytask/profile/models.py Mon Jan 17 05:34:26 2011 +0530 @@ -32,9 +32,9 @@ user = models.ForeignKey(User, unique = True) - role = models.CharField(max_length=2, - choices=ROLES_CHOICES, - default=u"Contributor") + role = models.CharField(max_length=255, + choices=ROLES_CHOICES, + default=u"Contributor") pynts = models.PositiveSmallIntegerField(default=0)