質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -45,3 +45,13 @@
|
|
45
45
|
product_price = Product.objects.filter(product__in=product_list)
|
46
46
|
|
47
47
|
```
|
48
|
+
|
49
|
+
挙動的には以下の2つのデータが取り出したいです。
|
50
|
+
|
51
|
+
```python
|
52
|
+
|
53
|
+
99, 2019年9月5日, りんご, 100
|
54
|
+
|
55
|
+
96, 2019年9月5日, みかん, 100
|
56
|
+
|
57
|
+
```
|