﻿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
33188	Configurable default verbose_name for models	Ruslan	nobody	"Currently, verbose name is generated as
{{{
self.verbose_name = camel_case_to_spaces(self.object_name)
}}}
(see Options.py for more details)
But I'd like to also use `capfirst`, so it will be nice to be able to configure default behavior across the app.
"	New feature	closed	Database layer (models, ORM)	3.2	Normal	wontfix	verbose_name models		Unreviewed	0	0	0	0	1	0
