Proposed enhancement: add an argument to `showmigrations` that will only
show the leaf nodes for the given app(s) if provided.
--
Ticket URL: <https://code.djangoproject.com/ticket/35109>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by brian):
pull request: https://github.com/django/django/pull/17728
--
Ticket URL: <https://code.djangoproject.com/ticket/35109#comment:1>
* status: assigned => closed
* has_patch: 1 => 0
* resolution: => wontfix
Comment:
Thanks for this ticket, however, I don't think it's especially useful for
most of programmers. Why only the last migrations for each should be
crucial, and not the last two or three? If you want to check the last
migrations in the last you can use: `showmigrations --plan | tail`.
You can raise the idea on the DevelopersMailingList to reach a wider
audience and see what other think, if you don't agree.
--
Ticket URL: <https://code.djangoproject.com/ticket/35109#comment:2>