mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator
This commit is contained in:
parent
b98dfc2177
commit
2400329508
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
=====================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue