summaryrefslogtreecommitdiff
path: root/django/contrib/auth/__init__.py
AgeCommit message (Expand)Author
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-05-24Rotate CSRF token on loginAndrew Godwin
2013-05-18Slightly reworked imports in contrib.auth.__init__Claude Paroz
2013-05-18Fixed #18998 - Prevented session crash when auth backend removedJorge Bastida
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-17Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...Jannis Leidel
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after logi...Claude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-02Advanced deprecations in contrib.auth.Russell Keith-Magee
2011-03-03Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...Russell Keith-Magee
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-10Fixed #15043 -- Updated the login function to send the user_logged_in signal ...Jannis Leidel
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-04Fixed #13190 -- Improved error handling for the case where no authentication ...Russell Keith-Magee
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-08-21When logging in, change the session key whilst preserving any existingMalcolm Tredinnick
2008-08-14Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick
2007-07-13Fixed #3505 -- Added handling for the error raised when the user forgets the ...Russell Keith-Magee
2007-06-15Fixed #4015 -- Changed login() and logout() messages to update request.user ifMalcolm Tredinnick
2007-04-25Fixed #3379 -- Changed login() so that we update last_login when a userMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-07-20Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ...Adrian Holovaty
2006-07-14Fixed #2325 -- fix the authentication framework to work with new-style classes.Malcolm Tredinnick
2006-07-03Small edits to comments in contrib/auth/__init__.pyAdrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-30Added django.contrib.auth, in preparation for moving stuff to itAdrian Holovaty