djangorestframework-camel-case
djangorestframework-camel-case copied to clipboard
Does not work with DjangoFilterBackend
I use django_filters.rest_framework.DjangoFilterBackend
In my view class I add
filterset_fields
attribute
And this list does not reach to CamelCaseJSONRenderer
How I can solve this problem?
@hustonCun what are you using to render that?