Is it possible to add parent to child for ForeignKey relationship?

后端 未结 0 485
我寻月下人不归
我寻月下人不归 2021-01-06 09:41

Say I have a ForeignKey field called "parent" with a related_name of "children":

class Item(PolymorphicModel):
    title = models.CharFiel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题