{{{
self.assertEqual(
EmailValidator(allowlist=["127.0.0.1", "localhost"]),
EmailValidator(allowlist=["localhost", "127.0.0.1"]),
)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34934>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => ksg
* status: new => assigned
Comment:
ㅖㄲ: https://github.com/django/django/pull/17420
--
Ticket URL: <https://code.djangoproject.com/ticket/34934#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34934#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
Fixed in a6c7db1d1d77e34600cec5c5044f4e90ed16691f.
--
Ticket URL: <https://code.djangoproject.com/ticket/34934#comment:3>