Skip to content

Commit

Permalink
Re-applying sandy's fix for django_openid_auth
Browse files Browse the repository at this point in the history
Already committed as 8b44dfa
  • Loading branch information
SEJeff committed Nov 3, 2010
1 parent cbfb09f commit 7f8f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/django_openid_auth/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ def __unicode__(self):

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)

0 comments on commit 7f8f18c

Please sign in to comment.