summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/basic.py
AgeCommit message (Expand)Author
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-03-01Fixed #19945 -- Fixed default User model Meta inheritance.matiasb
2013-02-15Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2012-11-24Updated User manager when testing custom AUTH_USER_MODELClaude Paroz
2012-09-27Fixed a small oversight in auth testsPreston Holmes
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-17Made createsuperuser more robust when getting current OS username.Ramiro Morales
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-05-10Fixed #18093 -- Added a pk to AnonymousUser.Aymeric Augustin
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