summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/filebased.py
AgeCommit message (Expand)Author
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-24Start attacking E231 violationsAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee