How can I create in Django Framework a serializers for a model self referenced ManyToMany with intermediate table

后端 未结 0 1572
温柔的废话
温柔的废话 2021-01-15 15:01

I am try to create a simple model that is referred to itself through an intermediate table. Below the code.

class Entity(models.Model):

    .....

    childs         


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