Say I\'ve two models:
class Singer((models.Model): name = models.CharField(max_length=200) class Song(models.Model): title = models.CharField(max_length=20