diff options
| author | Tom Christie | 2013-08-16 13:27:21 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-08-16 13:27:21 +0100 | 
| commit | 13ca305b06a6d9bf982559640fa488f7ad31e2f8 (patch) | |
| tree | fd18fca92f6df83e549fe4855b37e7e3c8b69475 /docs/api-guide/permissions.md | |
| parent | d5b56310b0cc99df1cd1e61fc35f251c46036d62 (diff) | |
| download | django-rest-framework-13ca305b06a6d9bf982559640fa488f7ad31e2f8.tar.bz2 | |
Tweak docs.
Diffstat (limited to 'docs/api-guide/permissions.md')
| -rw-r--r-- | docs/api-guide/permissions.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index 096ef369..c6372f98 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -196,7 +196,7 @@ The following third party packages are also available.  ## DRF Any Permissions -The [DRF Any Permissions][drf-any-permissions] packages provides a different permission behavior in contrast to the REST framework.  Only one of the given permissions has to be true in order to get access to the view. +The [DRF Any Permissions][drf-any-permissions] packages provides a different permission behavior in contrast to REST framework.  Instead of all specified permissions being required, only one of the given permissions has to be true in order to get access to the view.  [cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html  [authentication]: authentication.md | 
