﻿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
12830	Jquery not includedd when actions=None in admin	kickme444	nobody	"In the admin interface, if you have a ModelAdmin class specifying actions=None, jquery.min.js is not included in the template.  However, in change_list.html there is the following code:

<script type=""text/javascript"">
(function($) {
    $(document).ready(function($) {
        $(""tr input.action-select"").actions();
    });
})(jQuery.noConflict());
</script>

It is my opinion that jquery.min.js should be included in every admin page.  My reasoning for this is that I have overridden a few of the admin templates to make use of jquery and I need to know that jquery will be available."		new	contrib.admin	1.2-beta			jquery, javascript		Unreviewed	0	0	0	0	0	0
