Filter: Add help text to FilterSet #7967
Unanswered
snowman2
asked this question in
Ideas & Suggestions
Replies: 1 comment 1 reply
-
If I'm not wrong, the btw, I usually don't care about the help-texts in APIs. But, it can be handy when you render them in your native Django or DRF-Browsable API. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What are your thoughts on adding optional
help_text
to theFilterSet
.Here is an example of how we use it:
This is useful when auto-generating API documentation.
cc: @alfredoahds
Note: I should add that we would be willing to submit a PR if you would like to see this added.
Beta Was this translation helpful? Give feedback.
All reactions