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

Getting docstrings using DRF get_view_description function

Open wen96 opened this issue 9 years ago • 0 comments

In order tu support markdown, as @slav0nic suggest on https://github.com/manosim/django-rest-framework-docs/pull/117:

  • Using DRF get_view_description function by default getting docstrings.
  • Add new param VIEW_DESCRIPTION_FUNCTION to customize this behavior.

wen96 avatar Sep 21 '16 08:09 wen96