i have there 2 models
class Car(TimeStampedModel): name = models.CharField(_(\'Car Name\'), max_length=50) manager = models.ForeignKey( \'cars.Man