﻿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
12879	jquery gets included multiple times	mariarchi	Tobias McNulty	"ModelAdmin adds jquery.min.js to the self.media if self.actions is not False.
However, InlineModelAdmin by default includes jquery.min.js as well. 

So given a model with N inlines by default we end up with N+1 jqueries. 

It wouldn't be that bad, however, what makes it really bad is the fact that if the main form specifies a jquery plugin in the media definition it will be overwritten by vanilla redundant jquery.

The simplest fix would be to implement internal storage in Media object as a set which would remove redundant entries."		closed	contrib.admin	1.2-beta		fixed	jquery	admin@…	Accepted	0	0	0	0	0	0
