|
|
|
|
|
by ubernostrum
4746 days ago
|
|
What's happening is that low-level APIs for manipulating the database schema are being worked on, and will become part of Django. Then, many types of tools -- including migration tools -- will be able to be built on top of those APIs. In the meantime, South still works quite well. |
|