diff --git a/api-guide/permissions.html b/api-guide/permissions.html index 1c2ef24d1..afc18e56f 100644 --- a/api-guide/permissions.html +++ b/api-guide/permissions.html @@ -292,7 +292,7 @@ def example_view(request, format=None):

The IsAuthenticatedOrReadOnly will allow authenticated users to perform any request. Requests for unauthorised users will only be permitted if the request method is one of the "safe" methods; GET, HEAD or OPTIONS.

This permission is suitable if you want to your API to allow read permissions to anonymous users, and only allow write permissions to authenticated users.

DjangoModelPermissions

-

This permission class ties into Django's standard django.contrib.auth model permissions. When applied to a view that has a .model property, authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.

+

This permission class ties into Django's standard django.contrib.auth model permissions. When applied to a view that has a .model property, authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.

+ +
+ +
+

Gold sponsors

+

Our gold sponsors include companies large and small. Many thanks for their significant funding of the project and their commitment to sustainable open-source development.

+ + + + +
+ +
+

Silver sponsors

+

The serious financial contribution that our silver sponsors have made is very much appreciated. I'd like to say a particular thank you to individuals who have choosen to privately support the project at this level.

+ + +
+ +

Individual contributions: Paul Hallet, Paul Whipp Consulting, Jannis Leidel.