summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/__init__.py
AgeCommit message (Expand)Author
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-12Fixed #14731 -- Respect ordering when creating the default permissions. Thank...Jannis Leidel
2010-12-04Fixed #13190 -- Improved error handling for the case where no authentication ...Russell Keith-Magee
2010-11-27Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL.Chris Beaven
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-10-10Converted contrib/auth/tokens doctests to unittests. We've always said "no m...Luke Plant
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-09-09Converted tests for contrib.auth.forms to unit tests.Luke Plant
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