summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorSergei Maertens <sergei@maykinmedia.nl>2016-04-02 11:41:47 +0200
committerTim Graham <timograham@gmail.com>2016-05-06 14:34:11 -0400
commitec009ef1d8470f8fdb32802339fe2615e35887a1 (patch)
treea70aaeef022d73533398ac288c85f047b3ebd513 /AUTHORS
parent086510fde00d8246be3c7cdbd268742ece8cc401 (diff)
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address.
On Python 3, sending emails failed for addresses containing non-ASCII characters due to the usage of the legacy Python email.utils.formataddr() function. This is fixed by using the proper Address object on Python 3.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e217143ac8..b31b531b73 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -660,6 +660,7 @@ answer newbie questions, and generally made Django that much better:
Sengtha Chay <sengtha@e-khmer.com>
Senko Rašić <senko.rasic@dobarkod.hr>
serbaut@gmail.com
+ Sergei Maertens <sergeimaertens@gmail.com>
Sergey Fedoseev <fedoseev.sergey@gmail.com>
Sergey Kolosov <m17.admin@gmail.com>
Seth Hill <sethrh@gmail.com>