summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/basic.py
AgeCommit message (Expand)Author
2009-04-05Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin...Jacob Kaplan-Moss
2009-03-30Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...Gary Wilson Jr
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner