Having the following model
class Department(models.Model): name = models.CharField(max_length=10) class Person(models.Model): name = models.Char