5 ms·
Also, South was considered for 1.2 but deemed not yet ready: http://code.djangoproject.com/wiki/Version1.2Features#Highlyunlikely http://code.djangoproject.com/
by johnpaulett 17y ago
Also, South was considered for 1.2 but deemed not yet ready: http://code.djangoproject.com/wiki/Version1.2Features#Highlyunlikely http://code.djangoproject.com/wiki/Version1.2Features#Highly...
- mrtron 17y agoFrom personal experience, South is not ready. I end up spending 10x the effort using it than writing a few custom queries to add columns or drop a table.
- timtrueman 17y agoHow well would you say you know South? I felt that way at first but once I got to know South I found it to be much better than custom queries.
- mrtron 17y agoAbout as well as needed for an average user. The problem with it is I don't work within its workflow - and it doesn't nicely deal with mine.