﻿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
1633	Allow including javascript files from different hosts in admin-interface.	Rudolph Froger	Adrian Holovaty	"Currently the admin interface only allows one to include javascript files from the MEDIA_URL. If my project is on http://www.example.com/ and my media files are at http://media.example.com/, I can only server javascript from http://media.example.com/[ADMIN_MEDIA_PREFIX]/. Some javascript files require the be on the same hostname as your project, currently this isn't possible. It would be very nice if this would be possible:


{{{
class MyModel(models.Model):
    ...
    class Admin:
        js = ('js/example.js', 'http://www.example.com/js/other_example.js',)
}}}
"	enhancement	closed	contrib.admin	magic-removal	normal	duplicate			Unreviewed	0	0	0	0	0	0
