Skip to content

Commit db73833

Browse files
committed
Merge pull request encode#3835 from vyscond/patch-1
Update permissions.md
2 parents 30ef38c + a37a874 commit db73833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api-guide/permissions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Or, if you're using the `@api_view` decorator with function based views.
100100
}
101101
return Response(content)
102102

103+
__Note:__ when you set new permission classes through class attribute or decorators you're telling the view to ignore the default list set over the __settings.py__ file.
104+
103105
---
104106

105107
# API Reference

0 commit comments

Comments
 (0)