django/tests/validators
Raphael Michel 82976e5c3f Fixed #25637 -- Added URLValidator hostname length validation.
URLValidator now validates the maximum length of a hostname and the
maximum length of all labels inside the hostname.
2015-12-08 15:46:45 -05:00
..
__init__.py
invalid_urls.txt Fixed #25637 -- Added URLValidator hostname length validation. 2015-12-08 15:46:45 -05:00
tests.py
valid_urls.txt Fixed #25637 -- Added URLValidator hostname length validation. 2015-12-08 15:46:45 -05:00