summaryrefslogtreecommitdiff
path: root/django/contrib/auth/backends.py
AgeCommit message (Expand)Author
2008-07-02Fixed a long and complex line by breaking into a for loop, with the added ben...Gary Wilson Jr
2008-07-02Added docstring and other minor style fixes.Gary Wilson Jr
2008-03-08Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ...Gary Wilson Jr
2007-09-30Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch...Russell Keith-Magee
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth backe...Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss