Commit db73833d by Xavier Ordoquy

Merge pull request #3835 from vyscond/patch-1

Update permissions.md
parents 30ef38c8 a37a8748
...@@ -100,6 +100,8 @@ Or, if you're using the `@api_view` decorator with function based views. ...@@ -100,6 +100,8 @@ Or, if you're using the `@api_view` decorator with function based views.
} }
return Response(content) return Response(content)
__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.
--- ---
# API Reference # API Reference
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment