On 9 March 2012 17:46, Tom Evans <tevans...@googlemail.com> wrote: > > Lets look at one isolated aspect. The User email field in d.c.auth is > too short. Emails can be up to 248 characters long, and d.c.auth only > allows 75.
The latest RFC[1] actually specifies this as 256 *octets* with max of 64 octets for the local part and 255 octets for the domain name. So 248 *characters* would actually be incorrect and all the tedious and error prone fixing of every Django instance would just get wasted. I don't really think this is a "fear of change" case. It's more of "we don't want to have to fix this again" thing. [1]: http://tools.ietf.org/html/rfc5321#section-4.5.3.1.1 -- Łukasz Rekucki -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.