mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-16 11:12:21 +03:00
Fix typo of permission_classes in coreapi test
This commit is contained in:
parent
035d8d34f6
commit
bd999b8039
|
@ -1177,7 +1177,7 @@ class NamingCollisionViewSet(GenericViewSet):
|
|||
"""
|
||||
Example via: https://stackoverflow.com/questions/43778668/django-rest-framwork-occured-typeerror-link-object-does-not-support-item-ass/
|
||||
"""
|
||||
permision_class = ()
|
||||
permission_classes = ()
|
||||
|
||||
@action(detail=False)
|
||||
def detail(self, request):
|
||||
|
|
Loading…
Reference in New Issue
Block a user