I've a question, why max. size of User.email field is set to 75 characters,
if RFC 2821 limits local part to 64 characters and domain to 255.
With '@' it is together 320 chars.
Should not be this field extended?
Peter
I reckon it's a bug that the max_length can't at least be overridden.
Bring this up in the django-dev group.