回答編集履歴
1
外部リンク先について,必要情報が記載されている箇所を明記しました。
answer
CHANGED
@@ -27,6 +27,7 @@
|
|
27
27
|
```
|
28
28
|
|
29
29
|
[こちら](https://docs.djangoproject.com/en/2.2/topics/db/examples/many_to_many/)はm2mに関するDjangoの公式ドキュメントです。
|
30
|
+
(ページの最初に`create`時の注意書きがされています)
|
30
31
|
|
31
32
|
最後に一点だけ。。。もう少しエラーの詳細が欲しかったです。
|
32
33
|
> TypeError: Direct assignment to the forward side of a many-to-many set is prohibited. Use goals.set() instead.
|