1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
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