From 9b40d8e48e6ba235961da082be3125cbc1648681 Mon Sep 17 00:00:00 2001 From: Kuroshini Date: Wed, 15 Jan 2020 18:02:19 +0300 Subject: [PATCH] distillery_type #2 --- apps/favorites/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/favorites/views.py b/apps/favorites/views.py index 4faa3e07..1e7a12b3 100644 --- a/apps/favorites/views.py +++ b/apps/favorites/views.py @@ -32,7 +32,8 @@ class FavoritesEstablishmentListView(generics.ListAPIView): .order_by('-favorites').with_base_related() \ .with_certain_tag_category_related('category', 'restaurant_category') \ .with_certain_tag_category_related('cuisine', 'restaurant_cuisine') \ - .with_certain_tag_category_related('shop_category', 'artisan_category') + .with_certain_tag_category_related('shop_category', 'artisan_category') \ + .with_certain_tag_category_related('distillery_type', 'distillery_type') class FavoritesProductListView(generics.ListAPIView):