The next step is to run `manage.py migrate`.
When you do that, the first thing that you see is the checks framework
telling you that you have unapplied migrations and that you should run
`manage.py migrate`.
That doesn't seem very helpful and I think it'd be better in this case to
not output anything.
--
Ticket URL: <https://code.djangoproject.com/ticket/22031>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
This is effectively a duplicate of #21856 - this warning should not be
part of the checks framework.
--
Ticket URL: <https://code.djangoproject.com/ticket/22031#comment:1>