#31844: When running migrations, the origional starting migrations should be
shown.
-------------------------------+--------------------------------------
Reporter: Timothy Hobbs | Owner: nobody
Type: Uncategorized | Status: closed
Component: Uncategorized | Version: 3.0
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Carlton Gibson):
* status: new => closed
* resolution: => wontfix
Comment:
We already have `showmigrations` to see the applied (and unapplied) state.
As such I'm inclined to wontfix here.
In any case, the applied migration state isn't a single migration, but the
leaf migrations for each app. You've got (I think) 29 apps listed there,
so you'd need 29 lines of output. Maybe we could reduce that analysing-out
dependencies, but it doesn't seem worth the complexity: just use
`showmigrations`.
--
Ticket URL: <https://code.djangoproject.com/ticket/31844#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/068.9e26af8317356697e18f76c3c5a4266c%40djangoproject.com.