﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30186	Show applied datetime in showmigrations	Tim Schilling	nobody	"My idea is to add the applied datetime value to the showmigrations command.

I've run into the case where I'm working on a branch that involves a number of migrations across various apps, but then have to switch to a different branch which has different migrations. It can be troublesome to determine which migrations are new and need to be rolled back. I've recently started looking at the django_migrations table sorted on the applied column to determine which I've run recently. This would make switching between branches involving conflicting migrations easier.

There was some brief discussion [https://groups.google.com/forum/#!topic/django-developers/yWuVFvOUhy4 here].

I've initially implemented this so that it would only apply to the `--list` option with a `--verbosity` of 2 and above. [https://github.com/tim-schilling/django/pull/1 Here's what I have so far.] I wasn't sure how to handle backporting.
"	New feature	new	Core (Management commands)	dev	Normal		migrations showmigrations		Unreviewed	1	0	0	0	0	0
