From f111e29ac6229d37664803e5a4748f9d90f930b5 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Thu, 26 Dec 2024 17:48:42 +0100 Subject: [PATCH] Allow filtering PriceTag with this new field --- open_prices/api/proofs/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_prices/api/proofs/filters.py b/open_prices/api/proofs/filters.py index 66a01f82..0de0cdf0 100644 --- a/open_prices/api/proofs/filters.py +++ b/open_prices/api/proofs/filters.py @@ -50,5 +50,5 @@ class Meta: fields = [ "proof_id", "proof__owner", - "status", + "proof__ready_for_price_tag_validation" "status", ]