index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
mail
/
__init__.py
Age
Commit message (
Expand
)
Author
2026-05-13
Fixed #35514 -- Implemented dictionary-based MAILERS.
Mike Edmunds
2026-03-16
Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.
Praful Gulani
2025-07-25
Fixed #35581 -- Updated django.core.mail to Python's modern email API.
Mike Edmunds
2025-07-17
Fixed #36163 -- Deprecated most positional arguments in django.core.mail.
Mike Edmunds
2025-03-21
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Mike Edmunds
2025-03-18
Refs #36138 -- Cleaned up duplicate code in mail_admins()/mail_managers().
Mike Edmunds
2024-08-05
Refs #35537 -- Improved documentation and test coverage for email attachments...
Jake Howard
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-30
Doc'd send_email() behavior when from_email is None.
Adrian D'Alessandro
2019-07-02
Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...
Hasan Ramezani
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-07-29
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
Justin Michalicek
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-29
Fixed #17811 -- Added connection parameter in call to EmailMessage from send_...
Claude Paroz
2011-09-10
Remove this deprecated alias.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-02
Advanced deprecations in core.mail, core.commands, core.context_processors an...
Russell Keith-Magee
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-10-11
Fixed #13494 -- Correctly concat an email subject prefix with a translation s...
Jannis Leidel
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-01-04
Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...
Russell Keith-Magee
2009-12-03
Expanded on the SMTPConnection deprecation notes, and made the deprecation a ...
Russell Keith-Magee
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee