index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
mail
/
backends
/
filebased.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-11-06
Refs #29983 -- Added pathlib.Path support to the file email backend.
Jon Dufresne
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2013-12-30
Changed console and filebackend to use msg.as_bytes to output the data as it ...
Florian Apolloner
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2009-11-03
Fixed #10355 -- Added an API for pluggable e-mail backends.
Russell Keith-Magee