﻿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
9589	development server stops on SyntaxError or other Exceptions	eibaan	nobody	"It's a bit annoying that you have to manually restart the development server if you have a 
{{{SyntaxError}}}, {{{ImportError}}} or {{{NameError}}} in a file because changes to that file are not detected.

This is caused - I think - by the fact that the autoreloader only watches files of successfully loaded modules.

I created a patch that catches those errors and adds fake modules to the system so that the autoreloader also checks for changes in those files. It's kind of hackish but it causes the reload after fixing the problems as wished for."	Bug	closed	Core (Management commands)	1.1	Normal	fixed			Design decision needed	1	0	0	0	0	0
