﻿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
931	unordered_list template filter is broken after filter-changing commit	hugo	Adrian Holovaty	"When trying to delete an object with dependend objects, I get the following error:

{{{
Request Method:  	GET
Request URL: 	http://admin.rfc1437.de/admin/jobcontrol/queues/1/delete/
Exception Type: 	TypeError
Exception Value: 	unordered_list() takes exactly 1 argument (2 given)
Exception Location: 	/home/rfc1437/project/django/core/template/defaultfilters.py in _helper, line 283
}}}

Looks like the _helper() function in the unordered_list calls unordered_list with an additional parameter, but that was removed. Seems to be related to indenting stuff with tabs.
"	defect	closed	contrib.admin		normal	fixed			Unreviewed	0	0	0	0	0	0
