We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1028b9a commit dd45333Copy full SHA for dd45333
rules/contrib/rest_framework.py
@@ -1,6 +1,8 @@
1
from django.core.exceptions import ImproperlyConfigured, PermissionDenied
2
+
3
from ..viewsets import BaseAutoPermissionMixin
4
5
6
class AutoPermissionViewSetMixin(BaseAutoPermissionMixin):
7
"""
8
Enforces object-level permissions in ``rest_framework.viewsets.ViewSet``,
0 commit comments