Re: Rethinking migrations

2016-11-06 Thread charettes
> I assume that with a linear chain of migrations we'd only have to render model states when detecting database changes (makemigrations) and when executing RunPython code? Right, but I think it should be possible to prevent the rendering of model states in the autodetector. I'm planning to spri

Re: Rethinking migrations

2016-11-06 Thread Patryk Zawadzki
niedz., 6.11.2016, 00:58 użytkownik charettes napisał: > I have to agree with Marteen. > > From my experience what really slow down the migrate and makemigrations > command is the rendering of model states into concrete model classes. This > is something I concluded from my work on adding the pla