I\'m working with API made from Django rest framework, I am trying to make a filter to a JSON This is my serializers.py file
serializers.py
from rest_framewo
For me, it works when I put the comma at the end of my filter_fields.
eg.
filter_fields = ('distribuidor',)