Merge pull request #2977 from arnaudlimbourg/patch-1

THe DRF Any Permission is not maintained anymore
This commit is contained in:
Xavier Ordoquy 2015-05-28 17:05:21 +02:00
commit 6634ce0da5

View File

@ -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] 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.
## 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.