Re: EmailValidator and ipv4 or ipv6 address

2016-10-10 Thread Vineet Kothari
Domains are also mapped to ip only by DNS On Fri, Oct 7, 2016 at 9:06 PM, Tim Graham wrote: > I'd take a look at the tests for the validator to see its expected inputs: > https://github.com/django/django/blob/c60feb6999f83bfd1fdabff01f0dd4 > a26d72e158/tests/validators/tests.py#L48-L96 > > By th

Re: EmailValidator and ipv4 or ipv6 address

2016-10-07 Thread Tim Graham
I'd take a look at the tests for the validator to see its expected inputs: https://github.com/django/django/blob/c60feb6999f83bfd1fdabff01f0dd4a26d72e158/tests/validators/tests.py#L48-L96 By the way, there's a ticket to relax the validation and use whatever HTML5 validation uses: https://code.dja