Changes between Initial Version and Version 1 of Ticket #26423, comment 20
- Timestamp:
- Mar 18, 2025, 12:23:05 PM (8 days ago)
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.1 I'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. 2 2 3 3 PR: https://github.com/django/django/pull/19284