summaryrefslogtreecommitdiff
path: root/tests/auth_tests/models/custom_user.py
AgeCommit message (Expand)Author
2018-08-04Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier
2017-05-06Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...Josh Schneier
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-02-23Fixed a stray __unicode__() method in auth_tests.Tim Graham
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette