1
0
mirror of https://github.com/django/django.git synced 2025-02-08 16:35:17 +00:00

Added missing custom user skip decorator

PermissionDeniedBackendTest references User model.
This commit is contained in:
Preston Holmes 2012-11-30 22:54:42 -08:00
parent 008e625c66
commit 84a5294788

View File

@ -338,6 +338,7 @@ class PermissionDeniedBackend(object):
raise PermissionDenied
@skipIfCustomUser
class PermissionDeniedBackendTest(TestCase):
"""
Tests that other backends are not checked once a backend raises PermissionDenied