Skip to content

Commit 183f8fa

Browse files
committed
Class formatting
1 parent ef49168 commit 183f8fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api-guide/filtering.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ This is nice, but it exposes the Django's double underscore convention as part o
221221
from rest_framework import filters
222222
from rest_framework import generics
223223

224-
225224
class ProductFilter(filters.FilterSet):
226225
manufacturer = django_filters.CharFilter(name="manufacturer__name")
227226

0 commit comments

Comments
 (0)