vbabiy / djangorestframework-camel-case

Camel case JSON support for Django REST framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with DjangoFilterBackend

Korolev-Oleg opened this issue · comments

I use django_filters.rest_framework.DjangoFilterBackend

image
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?