Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/mail/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-8/+7
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+8
* Fixed #20817 -- Added html_message parameter to django.co...Justin Michalicek2013-07-291-3/+7
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-14/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-2/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17811 -- Added connection parameter in call to Ema...Claude Paroz2012-03-291-1/+2
* Remove this deprecated alias.Alex Gaynor2011-09-101-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-5/+5
* Advanced deprecations in core.mail, core.commands, core.c...Russell Keith-Magee2011-04-021-10/+0
* Changed e-mail to email throughout documentation and code...Adrian Holovaty2011-04-011-2/+2
* Fixed #10863 -- Added HTML support to mail_managers() and...Russell Keith-Magee2010-12-061-8/+16
* Fixed #13494 -- Correctly concat an email subject prefix ...Jannis Leidel2010-10-121-2/+2
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Modified the way EMAIL_BACKEND is specified to make it co...Russell Keith-Magee2010-01-041-6/+7
* Expanded on the SMTPConnection deprecation notes, and mad...Russell Keith-Magee2009-12-031-1/+1
* Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee2009-11-031-0/+110