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-02-13 02:46:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
mail
History
Jake Howard
aba0e541ca
Fixed
#35537
-- Changed EmailMessage.attachments and EmailMultiAlternatives.alternatives to use namedtuples.
...
This makes it more descriptive to pull out the named fields.
2024-06-20 09:43:40 +02:00
..
attachments
…
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
custombackend.py
…
test_sendtestemail.py
Added test for the sendtestemail command when no recipients are given.
2024-01-24 15:02:42 -03:00
tests.py
Fixed
#35537
-- Changed EmailMessage.attachments and EmailMultiAlternatives.alternatives to use namedtuples.
2024-06-20 09:43:40 +02:00