This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-14 04:22:21 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
mail
History
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