summaryrefslogtreecommitdiff
path: root/django/contrib/auth/fixtures/authtestdata.json
AgeCommit message (Collapse)Author
2015-02-11Moved contrib.auth tests out of contrib.Tim Graham
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ↵Aymeric Augustin
the content of the password field doesn't match the expected format. Thanks saxix for the report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a ↵Jannis Leidel
subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now ↵Russell Keith-Magee
modified to use the new TestCase urlpattern framework. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-23Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any ↵Russell Keith-Magee
application that deployed contrib.auth. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-20Added basic tests for auth.views.password_resetLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7716 bcc190cf-cafb-0310-a4f2-bffc1f526a37