I'd like to be able to easily see a list of only unapplied migrations.

I often find myself switching to a new branch and wanting to quickly find out whether it contains any migrations that are yet to be applied to my development database, and what they are.

At the moment I use a plain `./manage.py showmigrations`, but when there are lots of migrations, scanning the resulting list to find out which -- if any -- migrations are not yet applied is tedious and error-prone.

I'd really like to be able to do something like `./manage.py showmigrations --unapplied` or `./manage.py showmigrations -u`, and have that produce a list of only the unapplied migrations.

I'll be happy to open a ticket and submit a patch to do this if others think the idea has merit.

--
You received this message because you are subscribed to the Google Groups "Django 
developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8ebd8bdddf81b8fe8fe83f8ee2c8faa2%40skychristensen.com.

Reply via email to