﻿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
14509	Changeset 14293 broke static media serving when settings.DEBUG = True	djm	nobody	"[http://code.djangoproject.com/changeset/14293/django/trunk/django/contrib/staticfiles/views.py Changeset 14293] brought in a new ImproperlyConfigured Exception to stop the use of the static serving method when running with DEBUG mode off.

However the logic is incorrect; Line 44 should read `if *not* settings.DEBUG:` as this would check for when DEBUG is False and apply the exception.

Only a small one, will submit a patch in a sec.

cheers,

Darian
"		closed	Contrib apps	dev		duplicate	static, debug, serve	mail@…	Unreviewed	0	0	0	0	0	0
