Drop note on object-level permissions.

Not yet supported by DjangoModelPermissions.
This commit is contained in:
Tom Christie 2013-02-12 23:17:41 +00:00
parent 195adf6ed4
commit 0b2adaa942

View File

@ -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