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
/
backends.py
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-23
Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that...
Russell Keith-Magee
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2008-07-02
Fixed a long and complex line by breaking into a for loop, with the added ben...
Gary Wilson Jr
2008-07-02
Added docstring and other minor style fixes.
Gary Wilson Jr
2008-03-08
Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ...
Gary Wilson Jr
2007-09-30
Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch...
Russell Keith-Magee
2007-09-19
Fixed $5457 - the auth system now delegates permission checking to auth backe...
Jacob Kaplan-Moss
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss