赞
踩
price_min = NumberFilter(name='shop_price', lookup_expr='gte')django 2.x改为:price_min = NumberFilter(field_name='shop_price', lookup_expr='gte')