回答編集履歴
1
修正
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
```Python
|
2
2
|
|
3
|
-
Sample.objects.filter(**{
|
3
|
+
Sample.objects.filter(**{aaa: bbb})
|
4
4
|
|
5
5
|
```とかいけますか?
|