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