summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/filebased.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+14
* Refs #29983 -- Added pathlib.Path support to the file email backend.Jon Dufresne2019-11-061-3/+0
* Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne2019-01-311-10/+7
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-3/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+6
* Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner2013-12-301-1/+6
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee2009-11-031-0/+59