summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_mixins.py
AgeCommit message (Expand)Author
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-06-23Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...Frantisek Holop
2020-02-07Used assertRaisesMessage() in various tests.Hasan Ramezani
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-06-17Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann