summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/basic.py
AgeCommit message (Expand)Author
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-06-28Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk.Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-22Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...Russell Keith-Magee
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-05-21Fixed #13569 -- Fixed createsuperuser management command to work with the new...Jannis Leidel
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