From 2bfef08d3a341cae9d626e1da8cd83dda142d99b Mon Sep 17 00:00:00 2001 From: Arnaud Limbourg Date: Thu, 28 May 2015 15:12:18 +0200 Subject: [PATCH 1/2] THe DRF Any Permission is not maintained anymore --- docs/api-guide/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index 574881378..ff994328f 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -235,7 +235,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 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 [DRF Any Permissions][drf-any-permissions] package is not maintained anymore, the author recommends REST Condition. ## Composed Permissions From 5550f1534cd0bab44b2b9dd1512259b795e5bc31 Mon Sep 17 00:00:00 2001 From: Arnaud Limbourg Date: Thu, 28 May 2015 15:52:37 +0200 Subject: [PATCH 2/2] removing section since package is not maintained --- docs/api-guide/permissions.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index ff994328f..e86158fef 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -233,10 +233,6 @@ Also note that the generic views will only check the object-level permissions fo The following third party packages are also available. -## DRF Any Permissions - -The [DRF Any Permissions][drf-any-permissions] package is not maintained anymore, the author recommends REST Condition. - ## Composed Permissions The [Composed Permissions][composed-permissions] package provides a simple way to define complex and multi-depth (with logic operators) permission objects, using small and reusable components.