我遇到了冲突自动相关名称的问题,并且通常不需要在相关模型上安装外部经理。
例如,如果我能这样做会很棒:
class ExtraWidgetThingy(models.Model):
product = models.ForeignKey("product.Product")
also_tastes_good_with = models.ForeignKey(
"product.Product", related_name=None)
而不是related_name='extrawidgetthingys_that_also_tastes_good_with_this'