﻿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
36341	django.utils.text.wrap does not preserve newlines within text to be wrapped	Matti Pohjanvirta	Matti Pohjanvirta	"After the fix for CVE-2025-26699,  django.utils.text.wrap and wordwrap template filter no longer preserve empty lines in between lines in a text that is wrapped.

Given a text with an intentional empty line between paragraphs to wrap: 
{{{
First line

Second line
}}}

it is wrapped to:
{{{
First line
Second line
}}}

"	Bug	closed	Template system	5.2	Release blocker	fixed		Sarah Boyce	Ready for checkin	1	0	0	0	0	0
