Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-4/+2
* Fixed #24161 -- Stored the user primary key as a serializ...Tim Graham2015-02-121-3/+9
* Fixed #23939 -- Moved session verification out of Session...Tim Graham2014-12-031-1/+14
* Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS ...sdeprez2014-11-281-4/+9
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham2014-04-181-1/+1
* Fixed #21649 -- Added optional invalidation of sessions w...Tim Graham2014-04-051-2/+22
* Removed reading of old 'django_language' session variable...Tim Graham2014-03-211-2/+1
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-2/+3
* Fixed #21790 -- Removed reliance on an assert in auth.get...Tim Graham2014-02-181-6/+8
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-261-6/+2
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-6/+3
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+6
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Fixed #21473 -- Limited language preservation to logoutLudwik Trammer2013-12-121-0/+8
* Fixed #18171 -- Checked signature of authenticate() to av...Michał Górny2013-08-281-1/+5
* Fixed #20642 -- Deprecated `Option.get_(add|change|delete...Simon Charette2013-06-251-1/+14
* Rotate CSRF token on loginAndrew Godwin2013-05-241-0/+2
* Slightly reworked imports in contrib.auth.__init__Claude Paroz2013-05-181-5/+4
* Fixed #18998 - Prevented session crash when auth backend ...Jorge Bastida2013-05-181-1/+3
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-15/+3
* Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz2012-11-291-2/+2
* Fixed #2550 -- Allow the auth backends to raise the Permi...Jannis Leidel2012-11-171-1/+4
* Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell2012-10-011-1/+22
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-1/+22
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Fixed #18038 -- Removed the 'supports_inactive_user' back...Claude Paroz2012-04-261-6/+0
* Fixed #17236 -- Clarified that anonymous session data are...Claude Paroz2012-03-131-1/+2
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Advanced deprecations in contrib.auth.Russell Keith-Magee2011-04-021-10/+1
* Fixed #15532 -- Clarified the error message for unknown a...Russell Keith-Magee2011-03-031-1/+1
* Change the lack of supports_inactive_user on an auth back...Chris Beaven2011-01-141-1/+1
* Fixed #15043 -- Updated the login function to send the us...Jannis Leidel2011-01-101-2/+1
* Fixed #14249 -- Added support for inactive users to the a...Jannis Leidel2010-12-211-0/+5
* Fixed #13190 -- Improved error handling for the case wher...Russell Keith-Magee2010-12-041-0/+2
* Fixed #5612 -- Added login and logout signals to contrib ...Jannis Leidel2010-11-261-2/+9
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-2/+2
* Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel2010-09-261-6/+3
* Fixed #12557 - AnonymousUser should check auth backends f...Luke Plant2010-01-281-0/+6
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-3/+3
* Fixed #11010 - Add a foundation for object permissions to...Jannis Leidel2009-12-101-0/+7
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* When logging in, change the session key whilst preserving...Malcolm Tredinnick2008-08-211-4/+9
* Fixed #6941 -- When logging a user out, or when logging i...Malcolm Tredinnick2008-08-141-9/+7
* Fixed #3505 -- Added handling for the error raised when t...Russell Keith-Magee2007-07-131-0/+2