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

New field to exclude APIViews from endpoint list

Open dschien opened this issue 9 years ago • 0 comments

Hi,

Could you have a look at the below changes, please? I needed to exclude specific APIViews from the endpoints list. I did this by adding a new property to the APIView. A custom decorator would have done the same but is a lot more involved to implement.

Best regards

dschien avatar May 20 '16 08:05 dschien