﻿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
18840	Important upload_to parameter is missing from upload doc	Vlada Macek	nobody	"The file uploads topic and even ref page don't mention the `upload_to` parameter that is '''required''':

* https://docs.djangoproject.com/en/dev/topics/http/file-uploads/
* https://docs.djangoproject.com/en/dev/ref/forms/fields/

If the newbie follows the top example on the topic page:

{{{
class UploadFileForm(forms.Form):
    title = forms.CharField(max_length=50)
    file  = forms.FileField()
}}}

he or she is immediatelly confused by the model validation error.
"	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	0	0
