drf-any-permissions
drf-any-permissions copied to clipboard
Fix chained permissions (Issue #2)
This is a full Pull Request with the test fixes from the previous pull request and a fix for the actual functionality. The code should now function both as described in the documentation and as is written in the tests
Additionally, permissions should now be able to have infinite nesting complexity...theoretically. We can hold off on adding that to the documentation until some tests are written