id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
56	./manage.py migrate breaks for apps with no migrations	nick@…	andrew	"If you define an app as being handled by south, but you've yet to create any migrations for it, then ./manage.py migrate will break with

{{{
  File ""lib/south/management/commands/migrate.py"", line 61, in handle
    load_inital_data = True,
  File ""lib/south/migration.py"", line 372, in migrate_app
    target_name = migrations[-1]
IndexError: list index out of range
}}}"	defect	closed	major		commands		fixed		
