Refs #35537 -- Clarified release notes for email attachments and alternatives changes.

This commit is contained in:
Mariusz Felisiak 2024-08-13 22:55:47 +02:00 committed by Sarah Boyce
parent b99c608ea1
commit 43cdfa8b20
1 changed files with 2 additions and 3 deletions

View File

@ -299,9 +299,8 @@ PostgreSQL 14 and higher.
Miscellaneous
-------------
* :attr:`EmailMultiAlternatives.alternatives
<django.core.mail.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: