summaryrefslogtreecommitdiff
path: root/tests/auth_tests/models/custom_user.py
AgeCommit message (Expand)Author
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-02-23Fixed a stray __unicode__() method in auth_tests.Tim Graham
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette