On Wed, Apr 21, 2010 at 6:22 PM, CrabbyPete <pete.do...@gmail.com> wrote: > Yes, but my problem is its defined in contrib.auth.User with no > length, which I assume defaults to 60. Facebook proxy email address > can be 90 characters long. >
http://lmgtfy.com/?q=django+auth.User+email+truncating&l=1 Funnily, the OP there was dealing with the same issue. 75 characters is ridiculously short, commercial email addresses are often way longer than that - combine long company name with a typical spanish* name and a first.middle.l...@company email policy and you can get some real massive email addresses. I've even seen companies prepend 'temporary-contractor--ibm-' to the front of some email addresses :) Cheers Tom * Not that I have anything against spanish names, but sometimes they can be gloriously magnificent - take Juan Antonio Samaranch as an example. Don't think he was ever an IBM contractor tho :/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.