#27029: Make EmailValidator accept non-ASCII characters
--------------------------------------+------------------------------------
     Reporter:  Ramin Farajpour Cami  |                    Owner:  (none)
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Core (Other)          |                  Version:  dev
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  1
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by j-bernard):

 Commenting here since #33967 has been closed as a duplicate.

 Unicode in local-part is allowed by the latest standards, therefore
 `EmailValidator` is preventing valid email addresses to be used in Django.
 Making the current regex allow Unicode characters instead of `[0-9A-Z]`
 would do the trick.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/27029#comment:26>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070182f98992ee-818fc02c-3e4d-4c44-b11a-d11935936925-000000%40eu-central-1.amazonses.com.

Reply via email to