diff options
| author | Erik Romijn <eromijn@solidlinks.nl> | 2014-02-22 16:00:23 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-02-22 17:45:33 +0100 |
| commit | 98f13762d7e18c0ba12044eed56e9198ca056c66 (patch) | |
| tree | 01a14c47a97cb68ed1bdd87a9756a8a186aebc7e /docs | |
| parent | 173aa5199737c60ab883a0469684e83c01604ce8 (diff) | |
Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addresses
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index e3144f3d29..400c5d0759 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -760,6 +760,9 @@ Validators ``schemes`` argument which allows customization of the accepted URI schemes (instead of the defaults ``http(s)`` and ``ftp(s)``). +* :func:`~django.core.validators.validate_email` now accepts addresses with + IPv6 literals, like ``example@[2001:db8::1]``, as specified in RFC 5321. + Backwards incompatible changes in 1.7 ===================================== |
