Displaying both sides of a ManyToMany relationship in Django admin

后端 未结 0 1520
遥遥无期
遥遥无期 2021-02-15 08:32

Say I have the following models that have a many-to-many relationship:

models.py:

class Foo(models.Model):

    name = models.TextField()


class Bar(m         


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