﻿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
25627	Django is swallowing ImportErrors in migrations for modules containing the string 'south'	Gavin Wahl	nobody	"If I put `from mymodule import north, east, west, south, xxxdoesntexistxxx` in an initial migration, Django tells me:

{{{
django.db.migrations.exceptions.BadMigrationError: Migrated app 'foo' contains South migrations. Make sure all numbered South migrations are deleted prior to creating Django migrations.
}}}

I should get an ImportError so I can debug the problem.
"	Uncategorized	closed	Migrations	1.9a1	Normal	fixed			Unreviewed	0	0	0	0	0	0
