summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-40/+35
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios2019-08-291-0/+16
* Converted auth test to use subTest().Carlton Gibson2019-08-291-8/+12
* Moved AnonymousUser tests to its own test case.Mads Jensen2017-09-281-14/+0
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+7
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham2017-01-171-42/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Fixed #27053 -- Documented contrib.auth.get_user().Berker Peksag2016-09-271-1/+20
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Moved the AUTH_USER_MODEL setting changed receiver.Simon Charette2016-05-181-9/+0
* Fixed running auth_tests in isolation after 3a47d42fa33012b2156bf04058d933df6...Loïc Bistuer2016-05-181-0/+9
* Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer2016-05-171-13/+0
* Refs #21379 -- Normalized unicode username inputsClaude Paroz2016-05-161-0/+7
* Fixed #21379 -- Created auth-specific username validatorsClaude Paroz2016-05-161-0/+5
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-2/+46
* Fixed #26089 -- Removed custom user test models from public API.Simon Charette2016-02-041-2/+3
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+116