summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/base.py
AgeCommit message (Expand)Author
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-10-21Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection ...Jon Dufresne
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee