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: