﻿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
22070	Admin index shows mixed lowercase and capitalized app names when using contrib apps and old-style apps	Ben Davis	nobody	"The base ``AppConfig`` class uses ``self.label.title()`` for verbose_name if verbose_name is not supplied. The new AppConfigs in ``django.contrib`` use lowercase verbose names. This causes the admin index to look a bit sloppy when old-style apps are capitalized while new-style apps are all lowercase.

In my opinion, one of the following changes should be made:

1. All contrib apps should follow the convention for verbose_names used by the default ``AppConfig``
2. The default ``AppConfig`` should follow the same convention for verbose name as the contrib apps
3. The admin template should force all app names to use the same title convention (eg, ``{% verbose_name|title %}``)

I'm in favor of any of these options -- the main goal here is consistency.
"	Cleanup/optimization	new	contrib.admin	dev	Normal		admin		Unreviewed	0	0	0	0	1	0
