﻿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
12280	working with forms example should include editing an existing instance	johnsmith	ecabuk	"http://docs.djangoproject.com/en/dev/topics/forms/#using-a-form-in-a-view

The page is titled 'Working with forms' yet there is no example of editing and existing instance of a model. This example refers to 'the standard pattern' it should also cover the case 
{{{
form = ContactForm(request.POST,instance=anInstance)
}}}

"	Cleanup/optimization	closed	Documentation	1.1	Normal	worksforme			Accepted	0	0	0	0	0	0
