﻿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
16965	Model Formsets can_delete documentation lacking actual use example	gregcorey@…	nobody	"Formsets can_delete online documentation provides no example of how to utilize this parameter to actually delete a form.

Something along the lines of:
{{{
for form in formset.deleted_forms:
    form.cleaned_data['id'].delete() 
}}}
is all that is needed (if that is indeed the correct way to do it - I don't know because there is no documentation that I could find :) ).

Thanks."	Bug	closed	Documentation	1.3	Normal	fixed	can_delete, documentation, model formset		Accepted	1	0	0	0	0	0
