﻿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
9884	Incorrect template code in model formset documentation	Brad Montgomery	nobody	"Under the section [http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#using-the-formset-in-the-template USING THE FORMSET IN THE TEMPLATE], there are several errors in the template code. The attached diff file addresses the following issues:

  * In the Modelforms Documentation template sample code:
    * replaced references to {{{ formset.formset }}} with {{{ formset.forms }}}
  * In the template example code to manually render each field:
    * fixed a typo in the template code sample 
    * replaced sample rendering just the field with code to render field labels, the field, and its help_text

"		closed	Documentation	dev		fixed	model formset template		Unreviewed	1	0	0	0	0	0
