Replies: 1 comment 2 replies
-
Hi. My initial response is against adding extra options to FilterSet here. For me, better to do this with the existing API on the form. Adding that at the higher level just isn't worth the complexity. Presumably you customised the metaclass to get this to work? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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