django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

support needed in docs if using a third party library for permissions in a rest api

Open argoyal opened this issue 9 years ago • 0 comments

i am using a rest_condition to do OR between my two permissions. This gives me an error in get_permission_class line 36 (i.e. perm_class.name): AttributeError: 'Condition' object has no attribute 'name'.

Any help or support on this will highly be appreciated.

argoyal avatar Nov 26 '16 00:11 argoyal