标签: django django-models
我想了解这个选项。我试图在网上找到例子,并了解这个外键参数什么时候可能有用。能有比我更好理解的人能向我解释一下吗?文档写道:
The field on the related object that the relation is to. By default, Django uses the primary key of the related object.
......但是,我什么时候应该使用它?
非常感谢你的时间。