﻿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
3199	[patch] Admin option 'js' always prepends settings.ADMIN_MEDIA_PREFIX	Jordi Funollet	Adrian Holovaty	"Unconditionaly prepending {{{settings.ADMIN_MEDIA_PREFIX}}} forces us to put application files in the Django tree. It would be easier to deploy applications if we could also prepend {{{settings.MEDIA_URL}}}.

The attached patch uses this convention for the strings in {{{Admin.js}}}:

 * If you want {{{settings.ADMIN_MEDIA_PREFIX}}}, use a relative path (as usual).
 * If you want {{{settings.MEDIA_URL}}}, put an initial '/' on your string.
"	enhancement	closed	contrib.admin		normal	duplicate			Unreviewed	1	0	0	0	0	0
