Commit 0b2adaa9 by Tom Christie

Drop note on object-level permissions.

Not yet supported by DjangoModelPermissions.
parent 195adf6e
...@@ -100,8 +100,6 @@ The default behaviour can also be overridden to support custom model permissions ...@@ -100,8 +100,6 @@ The default behaviour can also be overridden to support custom model permissions
To use custom model permissions, override `DjangoModelPermissions` and set the `.perms_map` property. Refer to the source code for details. To use custom model permissions, override `DjangoModelPermissions` and set the `.perms_map` property. Refer to the source code for details.
The `DjangoModelPermissions` class also supports object-level permissions. Third-party authorization backends such as [django-guardian][guardian] that provide object-level permissions should work just fine with `DjangoModelPermissions` without any custom configuration required.
--- ---
# Custom permissions # Custom permissions
......
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