Changes between Initial Version and Version 1 of Ticket #27029, comment 26


Ignore:
Timestamp:
Sep 1, 2022, 9:54:26 AM (2 years ago)
Author:
j-bernard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27029, comment 26

    initial v1  
    33Unicode 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.
    44 
     5#26423 won't solve this as HTML5 validator does not allow Unicode in local-part either.
Back to Top