summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_signals.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg2022-03-291-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-25/+26
* Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...Mikhail Porokhovnichenko2018-02-211-1/+7
* Fixed test in auth_tests modifying data from setUpTestData().François Freitag2017-09-011-1/+1
* Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...Linus Lewandowski2017-05-291-0/+24
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl2016-09-121-5/+10
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-20/+5
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-3/+19
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+78