manosim / django-rest-framework-docs

Document Web APIs made with Django Rest Framework
https://www.drfdocs.com/
BSD 2-Clause "Simplified" License
647 stars 184 forks source link

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

Open argoyal opened 7 years ago

argoyal commented 7 years ago

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.