south migrations for django syncdb dropdb syncdb time create initial models add new fields create create create syncdb create create create south createmigration --initial migrate create create create write new migration migrate alter alter alter
south migrations for django missing migrations 004_phou 001_foo 002_bar 003_baz 004_fizz 001_foo 002_bar 003_baz > 004_fizz 001_foo 002_bar 003_baz 004_phou > south: problem detected, --merge fixes it global number (e.g. rails): problem never found
south migrations for django dependencies 001_forum 002_post 003_add_date have to migrate in correct order 004_pictures 001_initial 002_add_code 003_pictures
south migrations for django dependencies 001_forum 002_post 003_add_date have to migrate in correct order 004_pictures 001_initial 002_add_code 003_pictures 1 2 3 4 5 6 7