This is nice, but it shows underlying model structure in REST API, which may
be undesired, but you can use:
This is nice, but it exposes the Django's double underscore convention as part of the API. If you instead want to explicitly name the filter argument you can instead explicitly include it on the `FilterSet` class:
import django_filters
from myapp.models import Product
...
...
@@ -208,7 +207,6 @@ be undesired, but you can use: