mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Added missing custom user skip decorator
PermissionDeniedBackendTest references User model.
This commit is contained in:
parent
008e625c66
commit
84a5294788
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user