﻿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
4326	Fixed two bugs in newforms-admin branch	yi.codeplayer at gmail dot com	Adrian Holovaty	"1. the code bellow would cause error:
{{{
from django.contrib import admin
admin.site.register([Model1, Model2], SomeAdminClass)
}}}
in contrib/admin/sites.py AdminSite::register , when calling `issubclass(model_or_iterable, Model)` , it would complain that `model_or_iterable` is not class (because it's instance of list).

2. In the index page of new admin , each model is displayed in a seperated app section, there is only one model in each app section (i don't know exactly how to describe it , hope you can understand). this patch make it behavie normal."		closed	contrib.admin	newforms-admin		duplicate			Accepted	1	0	0	0	0	0
