Skip to content

Commit 6634ce0

Browse files
committed
Merge pull request #2977 from arnaudlimbourg/patch-1
THe DRF Any Permission is not maintained anymore
2 parents ab7cb44 + 5550f15 commit 6634ce0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/api-guide/permissions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@ Also note that the generic views will only check the object-level permissions fo
233233

234234
The following third party packages are also available.
235235

236-
## DRF Any Permissions
237-
238-
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.
239-
240236
## Composed Permissions
241237

242238
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.

0 commit comments

Comments
 (0)