[snowy] Re-applying sandy's fix for django_openid_auth



commit 7f8f18cca29619a4ca9b6fb7113f04f42925ccf1
Author: Jeff Schroeder <jeffschroeder computer org>
Date:   Tue Nov 2 19:17:41 2010 -0700

    Re-applying sandy's fix for django_openid_auth
    
    Already committed as 8b44dfa658935b1

 lib/django_openid_auth/models.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/django_openid_auth/models.py b/lib/django_openid_auth/models.py
index 19cc871..f25c6b3 100644
--- a/lib/django_openid_auth/models.py
+++ b/lib/django_openid_auth/models.py
@@ -54,5 +54,5 @@ class Association(models.Model):
 
 class UserOpenID(models.Model):
     user = models.ForeignKey(User)
-    claimed_id = models.TextField(max_length=2047, unique=True)
+    claimed_id = models.TextField(max_length=255, unique=True)
     display_id = models.TextField(max_length=2047)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]