質問編集履歴

1

コード修正

2019/11/02 06:18

投稿

jomaboy
jomaboy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -128,6 +128,6 @@
128
128
 
129
129
  station_id = models.ForeignKey(station, on_delete=models.CASCADE)
130
130
 
131
- ticket_gate = models.ForeignKey(ticket_gate, on_delete=models.CASCADE)
131
+ ticket_gate_id = models.ForeignKey(ticket_gate, on_delete=models.CASCADE)
132
132
 
133
133
  ```