回答編集履歴

2

修正

2020/07/31 09:30

投稿

ForestSeo
ForestSeo

スコア2720

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  model = Test_input
6
6
 
7
- fields = ('created_date')
7
+ fields = ('created_date',)
8
8
 
9
9
  widgets = {
10
10
 

1

修正

2020/07/31 09:30

投稿

ForestSeo
ForestSeo

スコア2720

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  format='%Y-%m-%d %H:%M:%S',
14
14
 
15
- options={'locale': 'ja',}
15
+ options={'locale': 'ja'},
16
16
 
17
17
  attrs={'placeholder':'日付を選択してください。'}
18
18