diff options
| author | Tom Christie | 2013-12-10 08:38:43 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-12-10 08:38:43 +0000 | 
| commit | 785a42cd5aee9e96f9b780ff144fa13c16189748 (patch) | |
| tree | 28aada9d8a13019ccbdbf0520d63f36b21ff4aa3 /docs/api-guide/permissions.md | |
| parent | e6dfc06f915d8b2d9921b47465082d4c613e01ad (diff) | |
| download | django-rest-framework-785a42cd5aee9e96f9b780ff144fa13c16189748.tar.bz2 | |
Tweak REST condition text.
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 60624b63..6a0f48f4 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -232,7 +232,7 @@ The [Composed Permissions][composed-permissions] package provides a simple way t  ## REST Condition -The [REST Condition][rest-condition] yet another but simple and convenient extension for complex permissions tree. The extension allows to combine permissions with logical operators rules. Logical expressions can be used along with the usual permissions classes in api views. +The [REST Condition][rest-condition] package is another extension for building complex permissions in a simple and convenient way.  The extension allows you to combine permissions with logical operators.  [cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html  [authentication]: authentication.md | 
