﻿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
6266	There should be a specific mention of inclusion of request.FILES in the ModelForm documentation	kenneth gonsalves <lawgon@…>	nobody	"1. Add for FileField and ImageField that the syntax should be:

form = YourForm(request.POST,request.FILES,instance=instance)

2. Specifically state that unless is_valid is called, a form with errors will not be returned for correction.

3. Specfically state that enctype=""multipart/form-data"" should be added in the template

4. Specify how to get the file name displayed in the form when a model with one of these fields is loaded for editing"		closed	Documentation	dev		fixed	ModelForm		Accepted	0	0	0	0	0	0
