index
:
chango.git
devmain
fix-31295
initial-branch
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_handlers.py
Age
Commit message (
Collapse
)
Author
2026-02-03
Fixed CVE-2025-13473 -- Standardized timing of check_password() in mod_wsgi ↵
Jake Howard
auth handler. Refs CVE-2024-39329, #20760. Thanks Stackered for the report, and Jacob Walls and Markus Holtermann for the reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2025-11-24
Corrected assertions for True/False results in ↵
Jake Howard
tests/auth_tests/test_handlers.py.
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-03-01
Fixed #26303 -- Updated links to mod_wsgi docs.
Alasdair Nicol
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
Thanks to Tim Graham for the review.
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham