1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII.

Assisted by felixxm.
This commit is contained in:
Chason Chaffin
2019-07-02 21:15:32 +09:00
committed by Mariusz Felisiak
parent f226bdbf4e
commit 55b68de643
3 changed files with 13 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ answer newbie questions, and generally made Django that much better:
ChaosKCW
Charlie Leifer <coleifer@gmail.com>
charly.wilhelm@gmail.com
Chason Chaffin <chason@gmail.com>
Cheng Zhang
Chris Adams
Chris Beaven <smileychris@gmail.com>