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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
invalid_urls.txt Fixed #25637 -- Added URLValidator hostname length validation. 2015-12-08 15:46:45 -05:00
tests.py Fixed #25635 -- Made URLValidator allow '+' in scheme. 2015-10-31 17:50:05 -04:00
valid_urls.txt Fixed #25637 -- Added URLValidator hostname length validation. 2015-12-08 15:46:45 -05:00