aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-12-10 08:40:03 +0000
committerTom Christie2013-12-10 08:40:03 +0000
commitbed115ebf1436acd72f3fdc97a0f5e0ca509eba3 (patch)
treef90a9d8372ef3aa017fc0279d60818b86fb887ff
parent124e996b53512c93f3bfbee7c5cd5e01b0f1979f (diff)
downloaddjango-rest-framework-bed115ebf1436acd72f3fdc97a0f5e0ca509eba3.tar.bz2
Link to the 'REST condition' thrid party package.
-rw-r--r--api-guide/permissions.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-guide/permissions.html b/api-guide/permissions.html
index a2df9264..575ab99e 100644
--- a/api-guide/permissions.html
+++ b/api-guide/permissions.html
@@ -185,6 +185,7 @@
<li class="main"><a href="#third-party-packages">Third party packages</a></li>
<li><a href="#drf-any-permissions">DRF Any Permissions</a></li>
<li><a href="#composed-permissions">Composed Permissions</a></li>
+<li><a href="#rest-condition">REST Condition</a></li>
<div>
<hr>
@@ -381,6 +382,8 @@ class BlacklistPermission(permissions.BasePermission):
<p>The <a href="https://github.com/kevin-brown/drf-any-permissions">DRF Any Permissions</a> 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.</p>
<h2 id="composed-permissions">Composed Permissions</h2>
<p>The <a href="https://github.com/niwibe/djangorestframework-composed-permissions">Composed Permissions</a> package provides a simple way to define complex and multi-depth (with logic operators) permission objects, using small and reusable components.</p>
+<h2 id="rest-condition">REST Condition</h2>
+<p>The <a href="https://github.com/caxap/rest_condition">REST Condition</a> package is another extension for building complex permissions in a simple and convenient way. The extension allows you to combine permissions with logical operators.</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->