i have these models on my Django Project
class CarBundle(PolymorphicModel): name = models.CharField(_(\'Bundle Name\'), max_length=255) car = models