I have the following models and M2M relationships:
class Market(models.Model): marketname = models.CharField(max_length=500) market_id = models.CharField(