summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/console.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+7
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-4/+2
* Decode mails using the message encoding.Florian Apolloner2013-12-301-3/+5
* Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner2013-12-301-3/+10
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
* Adds generators support for email backends that do not support it.Brendon Crawford2013-04-031-1/+3
* Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor2012-09-071-1/+1
* Switch to using context managers for acquiring and releasing locks.Alex Gaynor2012-06-231-15/+13
* Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty2011-03-281-14/+11
* Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...Russell Keith-Magee2009-11-041-11/+14
* Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee2009-11-031-0/+34