From 0596263c3136bc26cffa670e5322bd0aa56c4d34 Mon Sep 17 00:00:00 2001 From: nessita <124304+nessita@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:11:16 -0300 Subject: Fixed #36309 -- Made email alternatives and attachments pickleable. Regression in aba0e541caaa086f183197eaaca0ac20a730bbe4 and in d5bebc1c26d4c0ec9eaa057aefc5b38649c0ba3b. Thanks Florent Messa for the report, and Jake Howard and Claude Paroz for the review. --- docs/releases/5.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/5.2.1.txt b/docs/releases/5.2.1.txt index 82df478d96..a79d61c60a 100644 --- a/docs/releases/5.2.1.txt +++ b/docs/releases/5.2.1.txt @@ -48,3 +48,6 @@ Bugfixes * Fixed a regression in Django 5.2, introduced when fixing :cve:`2025-26699`, where the :tfilter:`wordwrap` template filter did not preserve empty lines between paragraphs after wrapping text (:ticket:`36341`). + +* Fixed a regression in Django 5.2 that caused a crash when serializing email + alternatives or attachments due to named tuple mismatches (:ticket:`36309`). -- cgit v1.3