diff --git a/api-guide/fields/index.html b/api-guide/fields/index.html index b27b3e10c..59348ce88 100644 --- a/api-guide/fields/index.html +++ b/api-guide/fields/index.html @@ -912,7 +912,7 @@ Django's regular 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. This permission must only be applied to views that has a .queryset property set. 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. This permission must only be applied to views that have a .queryset property set. Authorization will only be granted if the user is authenticated and has the relevant model permissions assigned.