django-rest-framework-docs
django-rest-framework-docs copied to clipboard
support needed in docs if using a third party library for permissions in a rest api
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.