﻿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
18955	"verbose-field-names example in documents (models) ,the example,""first name""  a clerical error"	anonymous	nobody	"https://docs.djangoproject.com/en/1.4/topics/db/models/#verbose-field-names


In this example, the verbose name is ""person's first name"":

first_name = models.CharField(""person's first name"", max_length=30)
In this example, the verbose name is ""first name"":

the ""In this example, the verbose name is ""first name"":"" should be ""In this example, the verbose name is ""person's first name"":"" ?
"	Uncategorized	closed	Documentation	1.4	Normal	invalid	verbose-field-names		Unreviewed	0	0	0	0	0	0
