diff options
| author | kalombo <nogamemorebrain@gmail.com> | 2017-04-07 15:23:25 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-07 18:02:34 -0400 |
| commit | dd001848920713fe616c03db6946762e8aa7c4e3 (patch) | |
| tree | 085624b92dfd096dbeffa5b7adc9b52f1e22bf20 /docs | |
| parent | aedfe0ddd76fc37c83341c35c79ab63330ffded8 (diff) | |
Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
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`). |
