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
/
django
/
contrib
/
auth
/
handlers
/
modwsgi.py
Age
Commit message (
Expand
)
Author
2026-04-27
Fixed #36901 -- Centralized auth timing attack mitigations.
afenoum
2026-02-03
Fixed CVE-2025-13473 -- Standardized timing of check_password() in mod_wsgi a...
Jake Howard
2018-09-26
Refs #27795 -- Removed force_bytes() usage in contrib/auth/handlers/modwsgi.py.
Jon Dufresne
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-09
Made modwsgi groups_for_user consistent with check_password
Preston Holmes
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2012-10-29
Fixed #19057 (again) -- added additional tests
Preston Holmes
2012-10-02
Fixed #19057 -- support custom user models in mod_wsgi auth handler
Preston Holmes
2012-09-27
fixed #10809 -- add a mod_wsgi authentication handler
Preston Holmes