--
Ticket URL: <https://code.djangoproject.com/ticket/22123>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: eromijn@… (added)
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
PR in https://github.com/django/django/pull/2348
This also cleans up the IPv4 regex used in EmailValidator, as that is
already available as part of the existing IPv4 validator. The regex
previously used as part of domain_regex was identical, so this does not
break backwards compatibility.
--
Ticket URL: <https://code.djangoproject.com/ticket/22123#comment:1>
* status: new => assigned
* owner: nobody => erikr
--
Ticket URL: <https://code.djangoproject.com/ticket/22123#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"98f13762d7e18c0ba12044eed56e9198ca056c66"]:
{{{
#!CommitTicketReference repository=""
revision="98f13762d7e18c0ba12044eed56e9198ca056c66"
Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addresses
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22123#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"61d92c650f5bc363177ebace62e3e8a67ec9499d" 61d92c6]:
{{{
#!CommitTicketReference repository=""
revision="61d92c650f5bc363177ebace62e3e8a67ec9499d"
Refs #22123 -- Added more URLValidator test for invalid IPv6 literals.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22123#comment:4>