﻿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
20146	"Incorrect documentation for ""remove_tags"" method in django.utils.html"	helmut@…	ferhatelmas	"This refers to the documentation for the ""remove_tags"" method on the following page:
https://docs.djangoproject.com/en/1.5/ref/utils/#module-django.utils.html

The documentation shows an example where the ""tags"" parameter for this method is given as a list, but in actual fact, the method expects a string (space separated, I assume). Passing in a list for that parameter results in an error:
AttributeError: 'list' object has no attribute 'split'."	Bug	closed	Documentation	1.5	Normal	fixed		bmispelon@…	Ready for checkin	1	0	0	0	1	0
