summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_validators.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-71/+108
* Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner2022-01-041-7/+4
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-3/+3
* Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave2019-03-221-2/+2
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-6/+6
* Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne2018-11-151-0/+5
* Added a test for password_changed() with a custom validator.Alexey2018-09-251-0/+12
* Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.Alvin Lindstam2018-01-021-0/+10
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-6/+10
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham2016-11-161-1/+16
* Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ...Andrew Nester2016-08-101-0/+15
* Fixed #21379 -- Created auth-specific username validatorsClaude Paroz2016-05-161-0/+28
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-3/+3
* Refs #16860 -- Fixed password help text when there aren't any validators.Antoine Catton2015-09-281-0/+4
* Refs #16860 -- Fixed a resource and deprecation warning in password validation.Tim Graham2015-06-161-1/+1
* Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-101-4/+14
* Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn2015-06-071-0/+162