changeset 153:094102bd9529

Fixed a bug whereby the published status of a persona couldn't be set to 'unpublished'.
author Atul Varma <varmaa@toolness.com>
date Fri, 04 Apr 2008 13:22:23 -0700
parents 052bf8a07b76
children e86018a689ba
files personasbackend/personas/models.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/personasbackend/personas/models.py	Fri Apr 04 13:19:11 2008 -0700
+++ b/personasbackend/personas/models.py	Fri Apr 04 13:22:23 2008 -0700
@@ -446,7 +446,7 @@
         null=False,
         )
 
-    MAX_STATUS_LENGTH = 10
+    MAX_STATUS_LENGTH = 20
 
     status = models.CharField(
         max_length=MAX_STATUS_LENGTH,