1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

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

View File

@ -299,9 +299,8 @@ PostgreSQL 14 and higher.
Miscellaneous Miscellaneous
------------- -------------
* :attr:`EmailMultiAlternatives.alternatives * Adding :attr:`.EmailMultiAlternatives.alternatives` is now only supported via
<django.core.mail.EmailMultiAlternatives.alternatives>` should only be added the :meth:`~.EmailMultiAlternatives.attach_alternative` method.
to using :meth:`~django.core.mail.EmailMultiAlternatives.attach_alternative`.
.. _deprecated-features-5.2: .. _deprecated-features-5.2: