[Answer]-Django south internal db functions in django 1.7

1👍

The new functionality is fully documented. In your case you want AddField and RemoveField.

There is also a lower-level interface available via the SchemaEditor class.

Leave a comment