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