Say I have the following models that have a many-to-many relationship:
class Foo(models.Model): name = models.TextField() class Bar(m