index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
tests
/
auth_backends.py
Age
Commit message (
Expand
)
Author
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons
2013-02-07
Fixed #19662 -- alter auth modelbackend to accept custom username fields
Preston Holmes
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2012-12-15
Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.
Russell Keith-Magee
2012-11-30
Added missing custom user skip decorator
Preston Holmes
2012-11-17
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...
Jannis Leidel
2012-10-06
Fixed #19060 -- Corrected assumptions about the name of the User model in the...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-26
Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...
Claude Paroz
2012-03-31
Used the override_settings decorator in the tests of auth, flatpages, and for...
Aymeric Augustin
2011-11-12
Fix #16813: Restore checking whether a backend supports inctive users before ...
Karen Tracey
2011-09-10
Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...
Alex Gaynor
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-01-13
Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...
Russell Keith-Magee
2010-12-21
Fixed #14249 -- Added support for inactive users to the auth backend system. ...
Jannis Leidel
2010-12-04
Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i...
Russell Keith-Magee
2010-12-04
Fixed #13190 -- Improved error handling for the case where no authentication ...
Russell Keith-Magee
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-10-31
Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...
Alex Gaynor
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2009-12-30
Fixed #12462 - Fixed edge case with auth backends that don't support object p...
Jannis Leidel
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel