summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/custom_user.py
AgeCommit message (Expand)Author
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2015-02-11Moved non-documented auth test models to the new test location.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-09Fixed a typo in contrib/auth/tests/custom_user.py docstring.Tim Graham
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...Anubhav Joshi
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2012-12-15Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-10-28Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-06Fixed #19060 -- Corrected assumptions about the name of the User model in the...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee