﻿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
5306	ImageField upload_to - New Web Forms	danielrubio	nobody	"Just trying out the forms.ImageField and noticed it did not allow me to pass in the parameter upload_to ( which typically goes in the model.ImageField). 

Looked over django/newforms/fields.py in SVN, and added : 
              * upload_to=None as a parameter to the __init__ function on the Field class (Line 51).

Seems to be working on the surface at least, still haven't verified the upload working though.  
 

"		closed	Forms	dev		fixed	Image field upload_to, fs-rf		Unreviewed	0	0	0	0	0	0
