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:
parent
b99c608ea1
commit
43cdfa8b20
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user