summaryrefslogtreecommitdiff
path: root/django/contrib/auth/backends.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-02-23Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr
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