Y
Hacker News
new
|
ask
|
show
|
jobs
by
sneakymichael
3614 days ago
Potentially in part because, until fairly recently (version 1.7 I believe), Django didn't have support for database schema migration built-in-
https://docs.djangoproject.com/en/1.7/topics/migrations/
1 comments
graffitici
3614 days ago
I see. If that's the only reason, not sure if it's a major problem with the ORM, given that you could use South instead with almost the same outcome.
link
swinglock
3614 days ago
The built-in migration code is even the continuation of South.
https://www.kickstarter.com/projects/andrewgodwin/schema-mig...
link