null:
If True, Django will store empty values as NULL inthe database. Default
isFalse.
如果为True,空值将会被存储为NULL,默认为False。
blank:
If True, the field isallowed to be blank. Default isFalse.
如果为True,字段允许为空,默认不允许。
null:
If True, Django will store empty values as NULL inthe database. Default
isFalse.
如果为True,空值将会被存储为NULL,默认为False。
blank:
If True, the field isallowed to be blank. Default isFalse.
如果为True,字段允许为空,默认不允许。