﻿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
9056	POST should be method	Andriy Drozdyuk	nobody	"In the example code of the '''Using a model formset in a view''' where it says:

{{{
if request.POST == 'POST':

}}}
should really be:
{{{
if request.method == 'POST':
}}}

Here is the link to the place in the doc:
[http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#using-a-model-formset-in-a-view]"		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
