With following models:
class Tag(models.Model): name = models.CharField(max_length=10) class Restaurant(models.Mo