Re: Upgrading app with settings-dependent migrations

2018-08-23 Thread Tim Graham
I think that https://code.djangoproject.com/ticket/24648 describes your issue. On Thursday, August 23, 2018 at 7:30:33 AM UTC-4, Jan Musílek wrote: > > Hi! > > I have a problem with migrations workflow for which I couldn't find an > answer anywhere else. > > Suppose, that I have an

Upgrading app with settings-dependent migrations

2018-08-23 Thread Jan Musílek
Hi! I have a problem with migrations workflow for which I couldn't find an answer anywhere else. Suppose, that I have an application MYAPP, that uses some third-party apps. These third-party apps require running `makemigrations` command after adding them to INSTALLED_APPS, because their