I had a field called image in my model.
image = models.ImageField(upload_to=get_profile_pic_upload_path)
I created the migration for the same