Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_validators.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #16860 -- Fixed password help text when there ↵Antoine Catton2015-09-281-0/+4
| | | | | | aren't any validators. This avoids creating an empty list which is invalid HTML 4.
* Refs #16860 -- Fixed a resource and deprecation warning ↵Tim Graham2015-06-161-1/+1
| | | | in password validation.
* Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-101-4/+14
|
* Fixed #16860 -- Added password validation to ↵Erik Romijn2015-06-071-0/+162
django.contrib.auth.