diff options
| author | Sergei Maertens <sergei@maykinmedia.nl> | 2016-04-02 11:41:47 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-06 14:34:11 -0400 |
| commit | ec009ef1d8470f8fdb32802339fe2615e35887a1 (patch) | |
| tree | a70aaeef022d73533398ac288c85f047b3ebd513 /AUTHORS | |
| parent | 086510fde00d8246be3c7cdbd268742ece8cc401 (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-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
