Skip to content

Commit

Permalink
Remove order_by from AutoFilterSet
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Sep 5, 2014
1 parent 5add55a commit ab213cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest_framework/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class AutoFilterSet(self.default_filter_set):
class Meta:
model = queryset.model
fields = filter_fields
order_by = True
return AutoFilterSet

return None
Expand Down

0 comments on commit ab213cb

Please sign in to comment.