I'm hoping to preserve their names, but can't find a way and just wanted to confirm there is no such way.
i.e. doing so would mean I'd need a FilterSet such as
class MyFilter(FilterSet):
But clearly this is an illegal Python variable name.
Is there a way to map the class member variable name to an arbitrary string, and have that show up in the auto-generated docs instead of the class member variable name itself?
Thanks again for all the help.
Appreciated.