﻿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
25855	Improve runserver migration notification output.	Keryn Knight	Emre Yılmaz	"Firstly, it uses the word ""app"" when it's actually over the whole project, and may span multiple apps, to use the Django nomenclature.

Additionally, I think it would be nicer to know what might need applying. At the very least, the number should be easy enough to ascertain ({{{len(plan)}}} I'd assume), changing the message to something like:

{{{You have 3 unapplied migrations; your project may not work correctly until apps [auth, bob, myapp] have their migrations applied.}}}

would overall be preferable; the names can I think be gained via {{{sorted(set(x[0].app_label for x in plan))}}}

Could be `easy pickings` if accepted."	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed		django@… hello@…	Accepted	1	0	0	0	0	0
