mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator
This commit is contained in:
committed by
Tim Graham
parent
b98dfc2177
commit
2400329508
@@ -242,6 +242,9 @@ Validators
|
||||
* Added :func:`django.core.validators.int_list_validator` to generate
|
||||
validators of strings containing integers separated with a custom character.
|
||||
|
||||
* :class:`~django.core.validators.EmailValidator` now limits the length of
|
||||
domain name labels to 63 characters per :rfc:`1034`.
|
||||
|
||||
Backwards incompatible changes in 1.9
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user