Suppose I have those two models:
class Category(models.Model): name = models.CharField(max_length=32) class Item(models.Model): category = models.For