summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_validators.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-04-17Fixed #36314 -- Fixed MinimumLengthValidator error message translation.Ahmed Nassar
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-18Fixed #36179 -- Unhexed entries and removed duplicates in auth/common-passwor...mimi89999
2024-10-15Fixed #35782 -- Allowed overriding password validation error messages.Ben Cail
2024-08-13Refs #35402 -- Added tests for invalid usage of submodules in some settings.Jacob Walls
2023-08-22Removed unnecessary trailing commas in tests.konsti
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-04Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-03-22Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-15Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne
2018-09-25Added a test for password_changed() with a custom validator.Alexey
2018-01-02Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.Alvin Lindstam
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
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-08-10Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ...Andrew Nester
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
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
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