summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkalombo <nogamemorebrain@gmail.com>2017-04-07 15:23:25 +0500
committerTim Graham <timograham@gmail.com>2017-04-07 18:24:09 -0400
commit734e6bb2b884eb4681954e1d0c01097fe167f558 (patch)
tree927ba102e2b0cc82635e4d47073036c855807454 /docs
parenta95eba7d98e73e03770c82fdea6d9c3573c79f5d (diff)
[1.11.x] Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg.
Backport of dd001848920713fe616c03db6946762e8aa7c4e3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index d1e054bb18..a10f3f47ef 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -15,3 +15,6 @@ Bugfixes
* Fixed a crash when using a ``__icontains`` lookup on a ``ArrayField``
(:ticket:`28038`).
+
+* Fixed a crash when using a two-tuple in ``EmailMessage``’s ``attachments``
+ argument (:ticket:`28042`).