|
|
|
|
|
by Izkata
2603 days ago
|
|
> Django migrations can be problematic because they're meant to be sequential and have interdependencies. I've had problems merging multiple feature branches because of this, even though there are no code conflicts. They're actually a directed graph; this means a conflict wasn't handled on the branches that should have been, and would probably have been a problem regardless. |
|