This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-12-05 01:21:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
0793182694
django
/
django
/
core
/
mail
History
Download ZIP
Download TAR.GZ
Tim Graham
bcae045de0
Refs
#26487
-- Removed unneeded ehlo() calls in SMTP backend.
...
starttls(), login(), and other connection methods already call the method as needed.
2016-12-23 09:22:23 -05:00
..
backends
Refs
#26487
-- Removed unneeded ehlo() calls in SMTP backend.
2016-12-23 09:22:23 -05:00
__init__.py
Fixed E128 flake8 warnings in django/.
2016-04-08 09:51:06 -04:00
message.py
Fixed
#27469
-- Prevented sending email to empty addresses
2016-11-10 19:47:02 +01:00
utils.py
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -05:00