﻿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
14848	model verbose name	madisv	nobody	"'''the docs say:'''
The convention is not to capitalize the first letter of the verbose_name. Django will automatically capitalize the first letter where it needs to.

'''the example in the docs:'''
In this example, the verbose name is ""Person's first name"":
first_name = models.CharField(""Person's first name"", max_length=30)

http://docs.djangoproject.com/en/1.2/topics/db/models/#verbose-field-names

I know this is a very minor thing but just to be correct"		closed	Documentation	1.2		fixed			Accepted	0	0	0	0	0	0
