South's --update equivalent for Django 1.7 migrations

2014-10-08 Thread Petri Lehtinen
Hi! The database migration system in Django 1.7 is really great and seems to work very well. However, since I'm a long-time South user, there's one feature that I'm missing: the possibility to update an existing migration (the --update flag to South's schemamigration command). I think it's an

Re: South's --update equivalent for Django 1.7 migrations

2014-10-08 Thread Curtis Maloney
Since I didn't know about the update feature in South... can you explain how it would be different from migration squashing in 1.7? -- C On 8 October 2014 17:33, Petri Lehtinen wrote: > Hi! > > The database migration system in Django 1.7 is really great and > seems to work

Re: South's --update equivalent for Django 1.7 migrations

2014-10-08 Thread Petri Lehtinen
On Thursday, October 9, 2014 12:01:45 AM UTC+3, Curtis Maloney wrote: > > Since I didn't know about the update feature in South... can you explain > how it would be different from migration squashing in 1.7? > South's schemamigration --update has very little to do with migration squashing.