﻿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
5968	Registering/Unregistering multiple models fails	Anders Olsson	Aymeric Augustin	"Registering and unregistering multiple models fails. Calling for example

{{{
databrowse.site.register([model1, model2])
}}}

triggers this error: issubclass() arg 1 must be a class. 

The patch fixes this by checking if the argument is a type before calling issubclass. The call to issubclass is now not strictly necessary (unless someone would want to pass in an iterable of models that is also type) but I kept it for clarity.
"	New feature	closed	contrib.databrowse	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
