﻿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
31013	Remove jQuery dependency from SelectBox.js	Johannes Maron	Johannes Maron	"Currently, `django/contrib/admin/static/admin/js/SelectBox.js` uses jQuery only to execute `$(box).empty();` which can easily replaced with

{{{
while (box.options.length)
                box.options.remove(0);
}}}

I'd suggest making that tiny change and drop the jQuery dependency."	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	1
