Skip to content

Commit f2a8252

Browse files
authored
Merge pull request encode#4718 from jfw/patch-4
typo
2 parents aed8387 + a5c8a8c commit f2a8252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ As with `DjangoModelPermissions`, this permission must only be applied to views
164164

165165
Note that `DjangoObjectPermissions` **does not** require the `django-guardian` package, and should support other object-level backends equally well.
166166

167-
As with `DjangoModelPermissions` you can use custom model permissions by overriding `DjangoModelPermissions` and setting the `.perms_map` property. Refer to the source code for details.
167+
As with `DjangoModelPermissions` you can use custom model permissions by overriding `DjangoObjectPermissions` and setting the `.perms_map` property. Refer to the source code for details.
168168

169169
---
170170

0 commit comments

Comments
 (0)