﻿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
6518	label_suffix missing	cbmeeks <cbmeeks@…>	nobody	"Current documentation (http://www.djangoproject.com/documentation/newforms/) reports that you can change the default colon (:) for labels using the label_suffix argument in the NewForms class.

However, looking at the source code and trying to run an example, I can not find where this label is supported in version 0.96.

I get this error:

__init__() got an unexpected keyword argument 'label_suffix'
Request Method: GET 
Request URL: http://192.168.222.102:8000/contacts/add/ 
Exception Type: TypeError 
Exception Value: __init__() got an unexpected keyword argument 'label_suffix' 
Exception Location: /usr/lib/python2.5/site-packages/django/newforms/fields.py in __init__, line 129 
Python Executable: /usr/bin/python 
Python Version: 2.5.1 
Python Path: ['/home/bitcircle', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/gtk-2.0'] 

Either the documentation is wrong (describing a feature that doesn't exist) or the argument has been removed by mistake.
"		closed	Forms	dev		invalid	label_suffix		Unreviewed	0	0	0	0	0	0
