django1/tests/validators
Danilo Bargen 2e65d56156 Fixed #20003 -- Improved and extended URLValidator
This adds support for authentication data (`user:password`) in URLs,
IPv6 addresses, and unicode domains.

The test suite has been improved by adding test URLs from
http://mathiasbynens.be/demo/url-regex (with a few adjustments,
like allowing local and reserved IPs).

The previous URL validation regex failed this test suite on 13
occasions, the validator was updated based on
https://gist.github.com/dperini/729294.
2015-01-06 14:04:25 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
invalid_urls.txt Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
tests.py Refactored URLValidator tests by moving URLs to text files. 2014-11-03 13:02:11 -05:00
valid_urls.txt Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00