Skip to content

Commit

Permalink
Revert "added order_product__categories_tags__contains price filter"
Browse files Browse the repository at this point in the history
This reverts commit 224176a.
  • Loading branch information
TTalex committed Jan 11, 2025
1 parent 224176a commit cf5bf54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions open_prices/api/prices/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ class PriceFilter(django_filters.FilterSet):
created__lte = django_filters.DateTimeFilter(
field_name="created", lookup_expr="lte"
)
product__categories_tags__contains = django_filters.CharFilter(
field_name="product__categories_tags", lookup_expr="icontains"
)

class Meta:
model = Price
Expand Down

0 comments on commit cf5bf54

Please sign in to comment.