﻿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
4477	[newforms-admin] Models on index.html aren't grouped by app_label	Honza Král <Honza.Kral@…>	Adrian Holovaty	"When I register several models from one application to {{{ django.contrib.admin.site }}} they don't appear in the same table on admin's index page. It looks like this:
{{{
+--------------------------+
| MyApp                    |
+--------------------------+
| MyModel1                 |
+--------------------------+

+--------------------------+
| OtherApp                 |
+--------------------------+
| NotMyModel               |
+--------------------------+

+--------------------------+
| MyApp                    |
+--------------------------+
| MyModel2                 |
+--------------------------+
}}}

where it should imho be:
{{{
+--------------------------+
| MyApp                    |
+--------------------------+
| MyModel1                 |
| MyModel2                 |
+--------------------------+

+--------------------------+
| OtherApp                 |
+--------------------------+
| NotMyModel               |
+--------------------------+
}}}
"		closed	contrib.admin	other branch		fixed	newforms admin app_label		Unreviewed	1	0	0	0	0	0
