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


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -