I'm just starting with South and one question that I have is not answered in what I have read so far.

Here is the thing: what about the data? Does South makes a dump of all data into a fixture, changes the schema and than reloads all of it? In the case of my model's change be the deletion of a column, does South parse the data removing it?

Thanks!

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

No. Why would it do that? It simply runs ALTER TABLE statements on the database.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.