django-rest-framework/docs
Xavier Ordoquy b41a6cfa38 permissions: Allow permissions to be composed (#5753)
* 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
2018-10-03 15:36:24 +01:00
..
api-guide permissions: Allow permissions to be composed (#5753) 2018-10-03 15:36:24 +01:00
community Deprecate DjangoObjectPermissionsFilter (#6075) 2018-10-02 16:34:25 +02:00
img Higher res. load impact logo 2018-09-11 12:55:53 +01:00
topics Prefer https:// for URLs when available throughout project (#6208) 2018-10-02 08:28:58 +02:00
tutorial Prefer https:// for URLs when available throughout project (#6208) 2018-10-02 08:28:58 +02:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Bring docs license text up to date 2018-10-02 11:12:31 +01:00