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-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
mail
History
Hasan Ramezani
090ca6512f
Fixed
#30604
-- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly.
2019-07-02 07:34:07 +02:00
..
attachments
Fixed
#27848
-- Prevented crash when attaching a .eml file to a message
2017-04-01 16:19:03 +02:00
__init__.py
…
custombackend.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
test_sendtestemail.py
Refs
#23919
-- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
tests.py
Fixed
#30604
-- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly.
2019-07-02 07:34:07 +02:00