Commit 183f8fad by Luis San Pablo

Class formatting

parent ef491685
...@@ -221,7 +221,6 @@ This is nice, but it exposes the Django's double underscore convention as part o ...@@ -221,7 +221,6 @@ This is nice, but it exposes the Django's double underscore convention as part o
from rest_framework import filters from rest_framework import filters
from rest_framework import generics from rest_framework import generics
class ProductFilter(filters.FilterSet): class ProductFilter(filters.FilterSet):
manufacturer = django_filters.CharFilter(name="manufacturer__name") manufacturer = django_filters.CharFilter(name="manufacturer__name")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment