﻿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
16589	ModelForm documentation error (saving unbound form)	toby@…	nobody	"The ModelForm documentation has the following snippet:

{{{
# Create a form to edit an existing Article. 
>>> a = Article.objects.get(pk=1) 
>>> f = ArticleForm(instance=a) 
>>> f.save() 
}}}

Since the form is unbound, that f.save() is going to fail. Maybe that should be:

{{{
print f
}}}"	Bug	closed	Documentation	1.3	Normal	worksforme			Unreviewed	0	0	0	0	0	0
