﻿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
13629	Admin Changelist: add app-model_name class to <body> tag	Łukasz Korzybski	nobody	"Change form pages have ""app-model_name"" classes in body tag, for eg:
<body class=""main-client change-form"">. Change list pages don't, which
makes them unrecognizable in JavaScript code.

Example use case: 
I'm currently implementing jQuery tooltips for searchbars to give user
information about which model's fields are searchable in each change list.

Currently to achieve this I had to override ModelAdmin.changelist_view (to
add model._meta to context) and change_list.html template. This is ok but I
think it would be nice to have it already done in django?"		new	contrib.admin	1.2					Accepted	0	0	0	0		
