summaryrefslogtreecommitdiff
path: root/tests/test_client/auth_backends.py
AgeCommit message (Expand)Author
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