开发者

Django ManyToManyField options

It is possible to give blank=True, null=True to ManyToManyField without hav开发者_如何学运维ing problems? Or maybe I doing something wrong with my code..


You don't need null=True.

blank=True will make that field optional.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜