Changes between Initial Version and Version 1 of Ticket #26423, comment 20


Ignore:
Timestamp:
Mar 18, 2025, 12:23:05 PM (8 days ago)
Author:
Jordan

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #26423, comment 20

    initial v1  
    1 I've submitted a PR for this ticket (#19284) which implements HTML5-style validation for EmailValidator with support for Unicode characters in the local part. The implementation maintains backwards compatibility with the domain_allowlist feature while making the validator more permissive for internationalized email addresses. All CI checks are now passing.
     1I've submitted a PR for this ticket (#26423) which implements HTML5-style validation for EmailValidator with support for Unicode characters in the local part. The implementation maintains backwards compatibility with the domain_allowlist feature while making the validator more permissive for internationalized email addresses. All CI checks are now passing.
    22
    33PR: https://github.com/django/django/pull/19284
Back to Top