summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/console.py
AgeCommit message (Expand)Author
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