Answers for "django text field null true"

2

blank=true

blank determines whether the field will be required in forms. This includes the admin and your custom forms. If blank=True then the field will not be required, whereas if it's False the field cannot be blank.
Posted by: Guest on December-02-2020

Python Answers by Framework

Browse Popular Code Answers by Language