These are my models
Team Table
class Team(CommonModel): ****Other Fields**** name = models.CharField() game = models.ManyT