mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +03:00
Corrected typo in permissions docs. (#6540)
This commit is contained in:
parent
d784e42207
commit
ac19c69539
|
@ -51,7 +51,7 @@ For example:
|
||||||
---
|
---
|
||||||
|
|
||||||
**Note**: With the exception of `DjangoObjectPermissions`, the provided
|
**Note**: With the exception of `DjangoObjectPermissions`, the provided
|
||||||
permission classes in `rest_framework.permssions` **do not** implement the
|
permission classes in `rest_framework.permissions` **do not** implement the
|
||||||
methods necessary to check object permissions.
|
methods necessary to check object permissions.
|
||||||
|
|
||||||
If you wish to use the provided permission classes in order to check object
|
If you wish to use the provided permission classes in order to check object
|
||||||
|
|
Loading…
Reference in New Issue
Block a user