質問編集履歴

1

エラー変更

2021/02/17 05:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- ModelForm has no model class specified.
19
+ 'AnimalForm' object has no attribute 'save'
20
20
 
21
21
 
22
22
 
@@ -70,7 +70,7 @@
70
70
 
71
71
  ```
72
72
 
73
- class AnimalForm(forms.ModelForm):
73
+ class AnimalForm(forms.Form):
74
74
 
75
75
  model = Hoge
76
76