Improve migration conflict detection

2020-02-11 Thread Caio Ariede
Hey folks, I was looking at the code used to detect conflicts in migrations [1]. It seems to use a very safe approach, by avoiding with multiple node leafs in the migration graph. While this is safe, I’ve been having some problems when it comes to scalability when having multiple migrations cr

Re: Improve migration conflict detection

2020-02-11 Thread jackotonye
Definitely a plus one on auto resolving migrations a test package still in planning aims to solve this https://github.com/jackton1/django-migration-resolver-hook > On Feb 11, 2020, at 1:42 PM, Caio Ariede wrote: > > Hey folks, > > I was looking at the code used to detect conflicts in migrati