summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_basic.py
AgeCommit message (Expand)Author
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-18Moved the AUTH_USER_MODEL setting changed receiver.Simon Charette
2016-05-18Fixed running auth_tests in isolation after 3a47d42fa33012b2156bf04058d933df6...Loïc Bistuer
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
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
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham