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
2014-12-03
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...
Tim Graham
2014-11-28
Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...
sdeprez
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-04-17
Fixed a KeyError on login with legacy sessions; refs #21649.
Tim Graham
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-03-21
Removed reading of old 'django_language' session variable per deprecation tim...
Tim Graham
2014-02-22
Fixed #22120 -- Documented persistent activation of languages and cleaned up ...
Erik Romijn
2014-02-18
Fixed #21790 -- Removed reliance on an assert in auth.get_user().
Tim Graham
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-12
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
2013-08-28
Fixed #18171 -- Checked signature of authenticate() to avoid supressing TypeE...
Michał Górny
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-05-24
Rotate CSRF token on login
Andrew Godwin
2013-05-18
Slightly reworked imports in contrib.auth.__init__
Claude Paroz
2013-05-18
Fixed #18998 - Prevented session crash when auth backend removed
Jorge Bastida
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-17
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...
Jannis Leidel
2012-09-30
Fixed #18616 -- added user_login_fail signal to contrib.auth
Michael Farrell
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-26
Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...
Claude Paroz
2012-03-13
Fixed #17236 -- Clarified that anonymous session data are retained after logi...
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-02
Advanced deprecations in contrib.auth.
Russell Keith-Magee
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
[next]