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-06-02 18:19:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
mail
History
Claude Paroz
458e2fbfcc
Fixed
#27333
-- Prevented BASE64 encoding in message.as_string() on Python 3
...
Thanks Tim Graham for the review.
2016-10-12 20:48:09 +02:00
..
backends
Removed unused variable in django/core/mail/backends/smtp.py.
2016-10-05 11:16:45 -04:00
__init__.py
Fixed E128 flake8 warnings in django/.
2016-04-08 09:51:06 -04:00
message.py
Fixed
#27333
-- Prevented BASE64 encoding in message.as_string() on Python 3
2016-10-12 20:48:09 +02:00
utils.py
Fixed
#10355
-- Added an API for pluggable e-mail backends.
2009-11-03 12:53:26 +00:00