﻿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
32034	Removed duplicate lookup in AdminSite.app_index view	Raffaele Salmaso	Raffaele Salmaso	"`AdminSites.app_index` needs an `app_name` to render title page.
Currently it is retrieved by an `apps.get_app_config` lookup, but the same name is already present in `app_dict` dictionary

{{{
                app_dict[app_label] = {
                    'name': apps.get_app_config(app_label).verbose_name,
}}}
"	Cleanup/optimization	closed	contrib.admin	3.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
