Hacker News new | ask | show | jobs
by ph4 1900 days ago
What was so painful about it? Unless you're making some really significant changes to your models, Django's migration commands handle 99.9% of cases including most common edge cases. I can't imagine it being any easier, and certainly haven't seen any other web frameworks handling migrations any better.
1 comments

I just tried to add a new attribute to a many-to-many relationships