I have those 3 Django models.
class Order(models.Model): materials = models.ManyToManyField(Material, through=\'OrderMa