﻿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
23955	Documentation mentions {{ form.id }} for formsets	Marek Onuszko	you-n-g	"Documentation from 1.4 up to dev mentions a mysterious variable {{ form.id }} for formsets. However, no such thing seems to exist, and it prints an empty string instead. The closest equivalent seems to be {{ form.prefix }}.

https://docs.djangoproject.com/en/1.5/topics/forms/formsets/#manually-rendered-can-delete-and-can-order

I stumbled upon this while working on a contact form, and apparently it does seem to print something if the formset is based on a ModelForm. But in such case it's still unclear what {{ form.id }} is supposed to mean. What id is that ?"	Bug	closed	Documentation	dev	Normal	fixed	formset id form		Accepted	1	0	0	0	1	0
