﻿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
2029	[patch] Fix sorting models by verbose_name_plural in get_admin_app_list template tag	Alex Dedul	Adrian Holovaty	Now it sorts models just by doing model_list.sort() and it don't work when you have custom verbose_name_plural set in your model, for example in UserProfile model verbose_name_plural set to 'address book'. Patch below fixes this to correctly sort based on verbose_name_plural.		closed	contrib.admin		normal	fixed			Unreviewed	1	0	0	0	0	0
