summaryrefslogtreecommitdiff
path: root/django/core/mail/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
|
* Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for ↵Chason Chaffin2019-07-031-1/+3
| | | | | | localhost is non-ASCII. Assisted by felixxm.
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
|
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
|
* Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee2009-11-031-0/+19
Thanks to Andi Albrecht for his work on this patch, and to everyone else that contributed during design and development. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11709 bcc190cf-cafb-0310-a4f2-bffc1f526a37