我有一个领域
owner = models.ForeignKey(User, null=True, on_delete=models.SET_NULL)
模型字段上的这两个属性有什么区别?
python django
django ×1
python ×1