Suppose you have the following simple models:
class User(models.Model): name = models.CharField(max_length=10) class Art