﻿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
4769	Unclear documentation in newforms	crankycoder@…	nobody	"Just above this link is some unnecessarily wordy text: 

http://www.djangoproject.com/documentation/newforms/#as-p 

""Each text label is surrounded in an HTML <label> tag, which points to 
the appropriate form field via its id. Its id, in turn, is generated 
by prepending 'id_' to the field name."" 

This is unnecessarily wordy and confusing to at least myself and another developer I've asked.

A clearer description would be:

""Each text label is surrounded in an HTML <label> tag, whose 'for' 
attribute contains the id of the appropriate form field."" 


"		closed	Documentation	dev		fixed	newforms		Accepted	1	0	0	0	0	0
