﻿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
9005	url templatetag incorrectly assumes settings.SETTINGS_MODULE is not set to None	Matt McDonald	nobody	"When rolling your own config using conf.settings.configure() instead of the DJANGO_SETTINGS_MODULE environment variable, settings.SETTINGS_MODULE gets set to None.  Any code which assumes that settings.SETTINGS_MODULE has been set to a string would be incorrect.

I've attached a patch to fix an occurrence of this issue in the url templatetag which currently causes an {{{AttributeError: 'NoneType' object has no attribute 'split'.}}}
"		closed	Template system	dev		fixed			Ready for checkin	1	0	0	0	0	0
