﻿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
16776	jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace	anonymous	Julien Phalip	"{{{jQuery.noConflict(true)}}} should be used instead.

Now that django's jQuery object is namespaced to django.jQuery (#12882), it doesn't need to appear anywhere else in the global namespace. Most jQuery plugins overload the jQuery object (documented here: http://docs.jquery.com/Plugins/Authoring ), and putting the admin's object here makes it harder to use a newer version. django apps like django-selectable, which requires a recent jQuery and jQuery UI, are affected. [16415] should be reverted."	Bug	closed	contrib.admin	dev	Normal	fixed	jQuery admin	Jannis Leidel	Accepted	1	0	0	0	0	0
