ChoiceField (widget = forms.Select(), choices = ([('1','1'), ('2','2'),('3','3'), ]), initial='3', required = True,). I would like to set the initial value ...
確定! 回上一頁