gpt4 book ai didi

python - Django-使用related_name '+'吗?

转载 作者:行者123 更新时间:2023-12-03 16:06:10 25 4
gpt4 key购买 nike

在Django1.5文档中,有一个关于related_name的部分。最后一段是“如果您不希望Django不创建向后关系,请将related_name设置为'+'或以'+'结尾。

例如,这将确保User模型不会与此模型保持向后关系:user = models.ForeignKey(User, related_name='+')。我什么时候应该在related_name中使用“+”?

最佳答案

Django docs(一种禁止向后关系的工具)中,他们的话是:

If you’d prefer Django not to create a backwards relation, set related_name to '+' or end it with '+'.



以上答案是正确的,但我想让其他人更加清楚答案。

关于python - Django-使用related_name '+'吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19555760/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com