{{{
Operations to perform:
Apply all migrations: myapp
Running migrations:
}}}
Then nothing more, but the migration is being done.
Then at the end of the real migration, the rest is flushed:
{{{
Applying myapp.0002_auto_20200817_1030... OK
}}}
Expected behavior:
{{{
Operations to perform:
Apply all migrations: myapp
Running migrations:
Applying myapp.0002_auto_20200817_1030...
}}}
then work
then `OK`
--
Ticket URL: <https://code.djangoproject.com/ticket/32094>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f1f24539d8c86f60d1e2951a19eb3178e15d6399" f1f24539]:
{{{
#!CommitTicketReference repository=""
revision="f1f24539d8c86f60d1e2951a19eb3178e15d6399"
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err
proxies.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32094#comment:3>