summaryrefslogtreecommitdiff
path: root/tests/test_client/auth_backends.py
AgeCommit message (Expand)Author
2026-06-11Fixed #36837 -- Skipped backends not implementing (a)get_user() in (a)force_l...Sezer BOZKIR
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-12-01Fixed #27542 -- Made Client.force_login() skip auth backends without get_user().Anton Samarchyan
2015-07-01Fixed #20916 -- Added Client.force_login() to bypass authentication.Jon Dufresne