﻿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
12117	Silently ignoring of import errors in models module.	Grigoriy Petukhov	nobody	"If I have application which has models.py like:

{{{
from foo import Bar # Will raise ImportError
...
}}}

and foo package does not exist then `manage.py validate` will not report any error message but `manage.py syncdb` will not create any table for my application because of import error in the begining of models.py

I think that proper behavior in such case is to report something :-)"		closed	Database layer (models, ORM)	1.1		duplicate	ImportError, exception, import, models		Unreviewed	0	0	0	0	0	0
