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