Sure -- sounds like a reasonable proposal to me. Open a ticket on Trac
so the idea isn't forgotten.
We also accept patches :-)
Yours,
Russ Magee %-)
from django.core.files import File
tmpfile = File(open('/tmp/some-pic.jpg','rb'))
object.image.save('pic.jpg', tmpfile, save=True) # copy the image to it's proper location and save the model instance when done.