pytask/profile/models.py
changeset 444 92062f38d2c0
parent 440 56ea209e559f
child 463 c7c595c0bed3
--- 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)