mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 23:17:45 +03:00
* permissions: Allow permissions to be composed Implement a system to compose permissions with and / or. This is performed by returning an `OperationHolder` instance that keeps the permission classes and type of composition (and / or). When called it will return a AND/OR instance that will then delegate the permission check to the operands. * permissions: Add documentation about composed permissions * Fix documentation typo in permissions |
||
|---|---|---|
| .. | ||
| api-guide | ||
| community | ||
| img | ||
| topics | ||
| tutorial | ||
| CNAME | ||
| index.md | ||