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_mixins.py
Age
Commit message (
Expand
)
Author
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-23
Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...
Frantisek Holop
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-02-16
Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.
Dylan Verheul
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
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
2015-06-17
Fixed #24914 -- Added authentication mixins for CBVs
Markus Holtermann