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-03-06 15:32:33 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
mail
History
greg
2146bd1261
[5.2.x]
Fixed
#36119
-- Fixed UnicodeEncodeError when attaching a file with 8bit Content-Transfer-Encoding.
...
Backport of 89e28e13ecbf9fbcf235e16d453c08bbf2271244 from main.
2025-01-31 12:55:57 +01:00
..
attachments
Fixed
#27848
-- Prevented crash when attaching a .eml file to a message
2017-04-01 16:19:03 +02:00
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
custombackend.py
Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.
2024-09-03 09:22:32 -03:00
test_sendtestemail.py
Added test for the sendtestemail command when no recipients are given.
2024-01-24 15:02:42 -03:00
tests.py
[5.2.x]
Fixed
#36119
-- Fixed UnicodeEncodeError when attaching a file with 8bit Content-Transfer-Encoding.
2025-01-31 12:55:57 +01:00