#12005: django.forms.fields.email_re doesn't handle single-letter subdomains ----------------------------------------------------+----------------------- Reporter: Gumnos | Owner: nobody Status: new | Milestone: Component: Forms | Version: SVN Keywords: email_re subdomain speed single letter | Stage: Unreviewed Has_patch: 1 | ----------------------------------------------------+----------------------- When domain-validating logic was moved from validators to forms.fields.email_re single-letter sub-domains are no longer caught. There were also some speed issues when processing longer email addresses that were resolved in 1.1.1 and 1.0.4 that this patch should also address in a similar manner. There may be a similar issue with forms.fields.url_re but I didn't get a chance to hack that too.
-- Ticket URL: <http://code.djangoproject.com/ticket/12005> 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 -~----------~----~----~----~------~----~------~--~---
