summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/__init__.py
AgeCommit message (Expand)Author
2010-04-09Fixed #13304 -- Updated auth decorators so they can be used with callable cla...Russell Keith-Magee
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-09-10Removed unnecessary keys in django.contrib.auth.test.__test__Luke Plant
2009-04-01Fixed #10460: the logout view can now redirect like the rest of the auth view...Jacob Kaplan-Moss
2009-04-01Fixed #9881: Added the to the login view context, not just the site's name. ...Jacob Kaplan-Moss
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick
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