index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
__init__.py
Age
Commit message (
Expand
)
Author
2011-03-03
Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks...
Russell Keith-Magee
2011-01-14
Change the lack of supports_inactive_user on an auth backend to a
Chris Beaven
2011-01-10
Fixed #15043 -- Updated the login function to send the user_logged_in signal ...
Jannis Leidel
2010-12-21
Fixed #14249 -- Added support for inactive users to the auth backend system. ...
Jannis Leidel
2010-12-04
Fixed #13190 -- Improved error handling for the case where no authentication ...
Russell Keith-Magee
2010-11-26
Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...
Jannis Leidel
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-08-21
When logging in, change the session key whilst preserving any existing
Malcolm Tredinnick
2008-08-14
Fixed #6941 -- When logging a user out, or when logging in with an existing
Malcolm Tredinnick
2007-07-13
Fixed #3505 -- Added handling for the error raised when the user forgets the ...
Russell Keith-Magee
2007-06-15
Fixed #4015 -- Changed login() and logout() messages to update request.user if
Malcolm Tredinnick
2007-04-25
Fixed #3379 -- Changed login() so that we update last_login when a user
Malcolm Tredinnick
2007-04-25
Fixed #3185 -- Made values for login, logout and post-login redirect URLs
Malcolm Tredinnick
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-07-20
Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ...
Adrian Holovaty
2006-07-14
Fixed #2325 -- fix the authentication framework to work with new-style classes.
Malcolm Tredinnick
2006-07-03
Small edits to comments in contrib/auth/__init__.py
Adrian Holovaty
2006-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-30
Added django.contrib.auth, in preparation for moving stuff to it
Adrian Holovaty