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):