質問編集履歴
1
エラー変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
|
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.
|
73
|
+
class AnimalForm(forms.Form):
|
74
74
|
|
75
75
|
model = Hoge
|
76
76
|
|