﻿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
4655	truncate_words removes newlines as well as truncating text	colin@…	nobody	"The truncate_words function in django.utils.text and used by the truncatewords filter strips out newline characters from it's output.  This is a problem if you then want to chain the output into another filter that utilises newlines (such as linebreaks).

The attached patch fixes this by first breaking the input text into lines, adding each line into the output (including original linebreaks), before truncating the final line to meet the word count.
"		closed	Template system	dev		duplicate	truncatewords		Design decision needed	1	0	0	0	0	0
