Calling foomodel.image on a model instance (where image is a custom ImageField) returns the instance of ImageFieldFile, not the ImageField itself.
Calling foomodel.image on a model instance (where image is a custom ImageField) returns the instance of ImageFieldFile, not the ImageField itself.