diff options
| author | Tom Christie | 2013-02-12 23:17:41 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-12 23:17:41 +0000 |
| commit | 0b2adaa9425fae0e82dd94b1ec15a56b904eac53 (patch) | |
| tree | 8f9fc0ce8b7ba632655b860b18e8aeb6c3b3045c /docs/api-guide/permissions.md | |
| parent | 195adf6ed44e34acce08e306c6ced0340c28798d (diff) | |
| download | django-rest-framework-0b2adaa9425fae0e82dd94b1ec15a56b904eac53.tar.bz2 | |
Drop note on object-level permissions.
Not yet supported by DjangoModelPermissions.
Diffstat (limited to 'docs/api-guide/permissions.md')
| -rw-r--r-- | docs/api-guide/permissions.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index d47dbc35..2db6ce1e 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -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. -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 |
