summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_auth_backends_deprecation.py
AgeCommit message (Expand)Author
2017-05-22Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the crede...Daniel Hahler
2017-05-15Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends d...Tamas Szabo
2017-02-24Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures ...Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev