1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #35537 -- Improved documentation and test coverage for email attachments and alternatives.

This commit is contained in:
Jake Howard
2024-06-27 12:01:19 +01:00
committed by Sarah Boyce
parent 5424151f96
commit d5bebc1c26
5 changed files with 128 additions and 12 deletions

View File

@@ -284,7 +284,9 @@ 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`.
.. _deprecated-features-5.2: