5 ms·
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 m
by ph4 5y 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.
- NeutralForest 5y agoI just tried to add a new attribute to a many-to-many relationships