﻿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
15521	Regression in file storage behavior following r15409	Russell Keith-Magee	nobody	"Reported in [http://code.djangoproject.com/ticket/15181#comment:6 a comment on #15181], as a consequence of r15409:

Previously:
{{{
>>> from django.core.files.storage import DefaultStorage, settings
>>> settings.configure(MEDIA_URL='http://localhost')
>>> DefaultStorage().url('http://media/test')
'http://media/test'
}}}
Now:
{{{
>>> from django.core.files.storage import DefaultStorage, settings
>>> settings.configure(MEDIA_URL='http://localhost')
>>> DefaultStorage().url('http://media/test')
'http://localhost/http%3A//media/test'
}}}"		closed	File uploads/storage	1.2		invalid	blocker, regression		Accepted	0	0	0	0	0	0
