summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/basic.py
AgeCommit message (Collapse)Author
2009-04-05Fixed a sloppy test auth test. [10400] revealed that the auth test was ↵Jacob Kaplan-Moss
relying on the weird difference between calling a management from the shell and from `call_command`. That this worked in the first case was pretty much an accident. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` ↵Gary Wilson Jr
object, based on patch from ericholscher. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ↵Luke Plant
prompts user for new password. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
This is a backward incompatible change. The admin contrib app has been refactored. The newforms module has several improvements including FormSets and Media definitions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37