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
e3f647f4d5
django1
/
django
/
core
/
mail
History
Min ho Kim
65e86948b8
Corrected several typos in string literals and test names.
2019-08-07 11:23:14 +02:00
..
backends
Fixed
#30147
-- Simplified directory creation with os.makedirs(..., exist_ok=True).
2019-01-31 12:53:36 -05:00
__init__.py
Fixed
#30604
-- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly.
2019-07-02 07:34:07 +02:00
message.py
Corrected several typos in string literals and test names.
2019-08-07 11:23:14 +02:00
utils.py
Fixed
#30608
-- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII.
2019-07-03 10:49:03 +02:00