django/tests/validators
Tim Graham 567cfc1601 [1.10.x] Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.

Backport of c9ae09addf from master
2016-07-01 09:58:56 -04:00
..
__init__.py
invalid_urls.txt [1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets. 2016-06-28 15:44:07 -04:00
tests.py [1.10.x] Replaced use of TestCase.fail() with assertRaises(). 2016-07-01 09:58:56 -04:00
valid_urls.txt Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:06:49 -05:00