index
:
django.git
fix-31295
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_basic.py
Age
Commit message (
Expand
)
Author
2023-06-27
Fixed #34391 -- Added async-compatible interface to auth functions and relate...
Jon Janzen
2023-03-08
Fixed #34384 -- Fixed session validation when rotation secret keys.
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2019-08-29
Fixed #30066 -- Enabled super user creation without email and password
daniel a rios
2019-08-29
Converted auth test to use subTest().
Carlton Gibson
2017-09-28
Moved AnonymousUser tests to its own test case.
Mads Jensen
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-27
Fixed #27053 -- Documented contrib.auth.get_user().
Berker Peksag
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-18
Moved the AUTH_USER_MODEL setting changed receiver.
Simon Charette
2016-05-18
Fixed running auth_tests in isolation after 3a47d42fa33012b2156bf04058d933df6...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-05-16
Fixed #21379 -- Created auth-specific username validators
Claude Paroz
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
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham