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_signals.py
Age
Commit message (
Expand
)
Author
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2022-03-29
Fixed #15619 -- Deprecated log out via GET requests.
René Fleschenberg
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-02-21
Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...
Mikhail Porokhovnichenko
2017-09-01
Fixed test in auth_tests modifying data from setUpTestData().
François Freitag
2017-05-29
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...
Linus Lewandowski
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-12
Fixed #23155 -- Added request argument to user_login_failed signal.
Gavin Wahl
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham