From bed115ebf1436acd72f3fdc97a0f5e0ca509eba3 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 10 Dec 2013 08:40:03 +0000 Subject: Link to the 'REST condition' thrid party package. --- api-guide/permissions.html | 3 +++ 1 file changed, 3 insertions(+) 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 @@
The 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.
The Composed Permissions package provides a simple way to define complex and multi-depth (with logic operators) permission objects, using small and reusable components.
+The 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.