index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_validators.py
Age
Commit message (
Expand
)
Author
2024-08-13
Refs #35402 -- Added tests for invalid usage of submodules in some settings.
Jacob Walls
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-04
Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...
Florian Apolloner
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-03-22
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
Ryan J Schave
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-15
Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...
Mathew Payne
2018-09-25
Added a test for password_changed() with a custom validator.
Alexey
2018-01-02
Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.
Alvin Lindstam
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-16
Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...
Tim Graham
2016-08-10
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ...
Andrew Nester
2016-05-16
Fixed #21379 -- Created auth-specific username validators
Claude Paroz
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-09-28
Refs #16860 -- Fixed password help text when there aren't any validators.
Antoine Catton
2015-06-16
Refs #16860 -- Fixed a resource and deprecation warning in password validation.
Tim Graham
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn