Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator

This commit is contained in:
Anoop Thomas Mathew 2015-04-15 00:12:49 +05:30 committed by Tim Graham
parent b98dfc2177
commit 2400329508
3 changed files with 13 additions and 6 deletions

View file

@ -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
=====================================