回答編集履歴

1

修正

2020/06/18 20:34

投稿

ForestSeo
ForestSeo

スコア2722

test CHANGED
@@ -1,5 +1,5 @@
1
1
  ```Python
2
2
 
3
- Sample.objects.filter(**{field_name: bbb})
3
+ Sample.objects.filter(**{aaa: bbb})
4
4
 
5
5
  ```とかいけますか?