﻿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
18149	Form.prefix example gives wrong separator between prefix and field name	matt@…	nobody	"The docs for Form.prefix (https://docs.djangoproject.com/en/1.3/ref/forms/api/#prefixes-for-forms) have an example which reports the separator used between prefix and field as '-', when  the output I'm getting from `print ModelForm(prefix = ""thing"")` is '_', e.g:

`<input name=""prefix_field_name"">` and not the `<input name=""prefix-field_name"">` indicated in the example."	Bug	closed	Documentation	1.4	Normal	fixed			Unreviewed	0	0	0	0	1	0
