summaryrefslogtreecommitdiff
path: root/tests/regressiontests/auth_backends/tests.py
AgeCommit message (Collapse)Author
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication ↵Jannis Leidel
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
2008-07-22Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lackingAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-20Changed the auth_backend tests in a cosmteic fashion so that they pass under ↵Malcolm Tredinnick
Python 2.3 as well. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-19Fixed $5457 - the auth system now delegates permission checking to auth ↵Jacob Kaplan-Moss
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