diff options
| author | Anoop Thomas Mathew <atmb4u@gmail.com> | 2015-04-15 00:12:49 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-17 18:08:33 -0400 |
| commit | 24003295088ec24d823f66bd5c8b917478b24c5d (patch) | |
| tree | a6c1d396b42ad2b55c1142f7a915ec82226bbf31 /docs | |
| parent | b98dfc21770bb0ddc57ca34ddecf1576c2d9f176 (diff) | |
Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 25da6978ba..9fe8e9b195 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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 ===================================== |
