summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/console.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2013-12-30Decode mails using the message encoding.Florian Apolloner
2013-12-30Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-04-03Adds generators support for email backends that do not support it.Brendon Crawford
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-06-23Switch to using context managers for acquiring and releasing locks.Alex Gaynor
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2009-11-04Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee