summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_validators.py
AgeCommit message (Collapse)Author
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
These functions do nothing on Python 3.
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 ↵Tim Graham
work as documented. Thanks goblinJoel for the report and feedback.
2016-08-10Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ↵Andrew Nester
model properties.
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
Thanks Tim Graham for the review.
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2015-09-28Refs #16860 -- Fixed password help text when there aren't any validators.Antoine Catton
This avoids creating an empty list which is invalid HTML 4.
2015-06-16Refs #16860 -- Fixed a resource and deprecation warning in password validation.Tim Graham
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn