class CharField(max_length=None, **options)
[source]
A string field, for small- to large-sized strings.
For large amounts of text, use TextField
.
The default form widget for this field is a TextInput
.
CharField
has one extra required argument:
Please login to continue.