I have three models defined like this:
class Match(models.Model): id = models.IntegerField() class Market(models.Model): match = models.ForeignKey(Ma