Let me illustrate the problem with canonical models Book&Author:
class Author(models.Model): name = models.CharField(max_length=100) class Book(model