forms - Django: How to set min length for models.TextField()? -
there seem max_length charfield only. how min_length textfield(), there way enforce 100 characters in textfield?
you use custom validator, minlengthvalidator
there seem max_length charfield only. how min_length textfield(), there way enforce 100 characters in textfield?
you use custom validator, minlengthvalidator
Comments
Post a Comment