﻿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
10896	UrlField cannot be used with relative URLs	notanumber	nobody	"models.URLField and forms.URLField cannot be used with relative URLs.  This can be a problem when developing a site on domain and then deploying to another.

In our instance, we are trying to pull data from the ""live"" server to our ""qa"" servers, but of course, all the urls entered in URLFields are now broken because they still point to the live server.

Ultimately, URLField should support the use of relative URLs.  Couldn't it be assumed and (possibly tested using verify_exists=True?) that a URL that does not contain http:// is relative."		closed	Database layer (models, ORM)	1.0		wontfix	url urlfield relative		Unreviewed	0	0	0	0	0	0
