﻿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
16126	please add information on rendering DELETE checkbox manually for formset	tim@…	Aleksandra Sendecka	"https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#using-the-formset-in-the-template


{{{
<form method=""post"" action="""">
    {{ formset.management_form }}
    {% for form in formset %}
        {{ form.id }}
        <ul>
            <li>{{ form.name }}</li>
            <li>{{ form.age }}</li>
            <li>{{ form.DELETE }}</li>   <!--  ** Something like this ** -->
        </ul>
    {% endfor %}
</form>

}}}

http://stackoverflow.com/questions/2635410/"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	dceu2011		Ready for checkin	0	0	0	0	1	0
