﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12229	ImageField.save should be documented upfront and obvious	freyley	Gabriel Hurley	"Nowhere on this page 

http://docs.djangoproject.com/en/dev/ref/models/fields/

Does it say how to save an image to a filefield or imagefield. Only by digging in to the code was I able to find this:

{{{
p = Photo(...)
p.image.save(filename, ContentFile(data))
}}}

which was exactly what I wanted. If there's a preferred way to do it, that'd be fine too."		closed	Documentation	1.1		fixed			Accepted	1	0	0	0	0	0
