From 43cdfa8b20e567a801b7d0a09ec67ddd062d5ea4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 13 Aug 2024 22:55:47 +0200 Subject: [PATCH] Refs #35537 -- Clarified release notes for email attachments and alternatives changes. --- docs/releases/5.2.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index ccd79bcd48..fa25737432 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -299,9 +299,8 @@ PostgreSQL 14 and higher. Miscellaneous ------------- -* :attr:`EmailMultiAlternatives.alternatives - ` should only be added - to using :meth:`~django.core.mail.EmailMultiAlternatives.attach_alternative`. +* Adding :attr:`.EmailMultiAlternatives.alternatives` is now only supported via + the :meth:`~.EmailMultiAlternatives.attach_alternative` method. .. _deprecated-features-5.2: