📌  相关文章
📜  空白=真 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:37.849000             🧑  作者: Mango

代码示例1
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.