summaryrefslogtreecommitdiff
path: root/tests/validation/test_validators.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+24
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+4
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...Loïc Bistuer2016-04-221-2/+14
* Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol2015-04-281-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Modified validation to work with unittest2 discovery.Preston Timmons2013-04-121-0/+19