chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Consider adding Composed/condition based permissions #138

Closed auvipy closed 5 years ago

auvipy commented 8 years ago

For simple way to define complex and multi-depth (with logic operators) permission objects, using small and reusable components.

SerhiyRomanov commented 5 years ago

DRF Team has realesed a Composable permission. Does it related to this issue? What do you plan to do in scope of issue?