django/tests/validators
Tim Graham c9ae09addf Replaced use of TestCase.fail() with assertRaises().
Also removed try/except/fail antipattern that hides exceptions.
2016-06-28 11:21:26 -04:00
..
__init__.py
invalid_urls.txt Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:06:49 -05:00
tests.py Replaced use of TestCase.fail() with assertRaises(). 2016-06-28 11:21:26 -04:00
valid_urls.txt Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:06:49 -05:00