标签: django django-rest-framework django-filter
是否可以在DjangoFilterBackend中更改URL中的字段格式?默认情况下,例如:
?status=active
我需要这个:
?columnFilters[status]=active