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 (
Collapse
)
Author
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
Per deprecation timeline.
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
Test suites besides Django's may need the same behavior.
2016-05-18
Fixed running auth_tests in isolation after ↵
Loïc Bistuer
3a47d42fa33012b2156bf04058d933df6b3082d2.
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
Thanks Tim Graham for the review.
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
Thanks to Tim Graham for the review.
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham