index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
test_auth_backends.py
Age
Commit message (
Expand
)
Author
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-03-12
Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...
ieatkittens
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
2015-10-27
Removed unnecessary app_label='auth' on auth_tests models.
Tim Graham
2015-10-27
Fixed #25596 -- Fixed regression in password change view with custom user model.
Tim Graham
2015-09-20
Removed obsolete supports_* auth backend attributes in tests
Claude Paroz
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-12
Fixed #24161 -- Stored the user primary key as a serialized value in the sess...
Tim Graham
2015-02-11
Moved non-documented auth test models to the new test location.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham