shop.category:字段'parent_category'的反向查询名称与相关字段'Category.category'冲突。将related_name参数添加到'parent_category'的定义中。
django版本1.3.1答案 0 :(得分:3)
是的,您需要将related_name参数添加到模型中的相应字段。见https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.related_name