フィールドクラス | ウィジェット | |
CharField | max_lengthという引数を設定しなければいけない | TextInput |
TextField | 長い文字列を扱う場合 | |
IntegerField | 整数のフィールド | NumberInput |
ChoiceField | Select | |
DataField | 日付の情報を格納する | DataInput |
DataTimeField | 日付と時刻のフィールド | DataTimeInput |
EmailField | EmailInput | |
FileField | ClearableFileInput | |
ImageField | ClearableFileInput | |
ForeignKey | ||
FloatField | 小数のフィールド |
Djangoフィールド
