﻿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
24655	Admin RelatedFieldWidgetWrapper does not build static url correctly	Eric Whitmire	nobody	"RelatedFieldWidgetWrapper requires 'admin/js/related-widget-wrapper.js' but doesn't pass it through the static url builder. As it is, django/forms/widgets.py always prepends STATIC_URL. However, this doesn't work when using a Storage class like S3BotoStorage that doesn't use STATIC_URL and results in a 404 error.

It looks like the fix is simply to add a call to static before passing the url to Media.

This functionality has changed in master so I think this only exists in 1.8."	Bug	closed	contrib.admin	1.8	Normal	fixed			Ready for checkin	1	0	0	0	1	0
