It seems that only max_length exists for max_length only. But what about min_length for a TextField() , is there a way to provide 100 characters in a TextField ?
max_length
min_length
TextField()
TextField
You would use a custom validator , namely MinLengthValidator
MinLengthValidator