* status: new => closed
* resolution: => wontfix
Comment:
Pruning migrations for removed apps is not really important. On the
contrary, personally, I'd prefer to keep them. If you really want to do
this you can always use `--prune` before removing an app from
`INSTALLED_APPS`. Generally, management commands (and probably any other
components) don't support operations on removed apps (except
`remove_stale_contenttypes --include-stale-apps` but it's a different
story). It's not worth adding complexity.
--
Ticket URL: <https://code.djangoproject.com/ticket/35123#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.