This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
5b4c6b58a0
django1
/
django
/
core
/
mail
/
backends
History
Jon Dufresne
290d8471bb
Fixed
#30147
-- Simplified directory creation with os.makedirs(..., exist_ok=True).
2019-01-31 12:53:36 -05:00
..
__init__.py
Fixed
#10355
-- Added an API for pluggable e-mail backends.
2009-11-03 12:53:26 +00:00
base.py
Refs
#27656
-- Updated django.core docstring verbs according to PEP 257.
2017-02-21 11:58:42 -05:00
console.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
dummy.py
More attacking E302 violators
2013-11-02 13:12:09 -07:00
filebased.py
Fixed
#30147
-- Simplified directory creation with os.makedirs(..., exist_ok=True).
2019-01-31 12:53:36 -05:00
locmem.py
Refs
#27656
-- Updated django.core docstring verbs according to PEP 257.
2017-02-21 11:58:42 -05:00
smtp.py
Fixed
#30137
-- Replaced OSError aliases with the canonical OSError.
2019-01-28 11:15:06 -05:00