﻿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
11977	The media files in ModelAdmin should be just link in add/change pages, not changelist page.	anonymous	nobody	"In admin.py file, I write a ModelAdmin class, and add a Media class to link extend css and js file:
{{{
class AccountSmsAdmin(admin.ModelAdmin):
    class Media:
        css = {""all"":(""aaa.css"",)}
        js = (""js/jquery-1.3.2.min.js"", ""js/change_sms.js"",)
}}}
I find theses css  and js file not only link in add/change page(http://127.0.0.1:8000/admin/server/smsaccount/add/, http://127.0.0.1:8000/admin/server/smsaccount/1/), but also in change list page http://127.0.0.1:8000/admin/server/smsaccount/ . it's not correct.
"		closed	contrib.admin	1.1		invalid	admin media		Unreviewed	0	0	0	0	0	0
