#11365: django.db.models.fields.EmailField max_length should be 254 ------------------------------------------+--------------------------------- Reporter: shellsage | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: SVN Keywords: email field max_length | Stage: Unreviewed Has_patch: 1 | ------------------------------------------+--------------------------------- [http://www.eph.co.uk/resources/email-address-length-faq/] points out that the current max_length of 75 on EmailField fields is too short. It should be extended to 254 to comply with standards.
I checked the EmailField form field, and it does not seem to enforce a min_length or max_length by default, even though the min_length is 6 chars, and max_length is 254. -- Ticket URL: <http://code.djangoproject.com/ticket/11365> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
