﻿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
30528	Django Admin adds Javascript in different sequences	Fabian Clemenz	nobody	"Hi,

we're using Django on a large scale intern company project. We found an issue with using inlines. On Creation of a new Model the Admin interface with inlines works fine (jQuery gets loaded on top of the page, inline.js follows way down in the head section).

But after saving this model and reopening it, the inline.js is loaded directly after jQuery and posts following error:


{{{
TypeError: undefined is not an object (evaluating '$.fn')
}}}


I made a little workaround with my own javascript just calling the inline.js if that didn't load. But that can't be the solution.

Do you know whats the problem or what we could do?

Regards

Fabian"	Bug	closed	contrib.admin	2.1	Normal	duplicate	admin, inline, js		Unreviewed	0	0	0	0	0	0
