Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Class formatting
  • Loading branch information
lsanpablo committed Jan 1, 2016
commit 183f8fad445e7ba4fe19768c775a63d12a7419a1
1 change: 0 additions & 1 deletion docs/api-guide/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 generics


class ProductFilter(filters.FilterSet):
manufacturer = django_filters.CharFilter(name="manufacturer__name")

Expand Down