marcgibbons / django-rest-swagger

Swagger Documentation Generator for Django REST Framework: deprecated
https://marcgibbons.com/django-rest-swagger/
BSD 2-Clause "Simplified" License
2.59k stars 601 forks source link

Please add support (or an example) showing how to document when using django_filters #739

Open dkarchmer opened 6 years ago

dkarchmer commented 6 years ago

Many people use django_filters to handle API parameters.

If this is already supported, please add an example. If not, this is a feature request. Maybe I will contribute to do this, but wanted to record to the request until then

dkarchmer commented 6 years ago

To be clear, when I use django_filters, the parameters do show in the documentation, but I cannot figure out how to enter a custom description of each parameter.

jacebrowning commented 6 years ago

Neither help_text nor verbose_name seem to be picked up.