diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-08-13 22:55:47 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-14 10:00:03 +0200 |
| commit | 43cdfa8b20e567a801b7d0a09ec67ddd062d5ea4 (patch) | |
| tree | 4ec5d8d076f467bb142489a723574f3829c907a0 /docs | |
| parent | b99c608ea10cabc97a6b251cdb6e81ef2a83bdcf (diff) | |
Refs #35537 -- Clarified release notes for email attachments and alternatives changes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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 - <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: |
