summaryrefslogtreecommitdiff
path: root/tests/regressiontests/auth_backends/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #11010 - Add a foundation for object permissions to authentication ↵Jannis Leidel2009-12-101-0/+0
| | | | | | backends. Thanks to Florian Apolloner for writing the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed $5457 - the auth system now delegates permission checking to auth ↵Jacob Kaplan-Moss2007-09-191-0/+0
backend(s). As an added bonus, the auth backends now have some unit tests! Thanks, Florian Apolloner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6375 bcc190cf-cafb-0310-a4f2-bffc1f526a37