summaryrefslogtreecommitdiff
path: root/django/contrib/auth/base_user.py
AgeCommit message (Expand)Author
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-05-05Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...Dan Watson