index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
mail
/
test_sendtestemail.py
Age
Commit message (
Collapse
)
Author
2025-03-21
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Mike Edmunds
Previously, the ADMINS and MANAGERS settings were lists of (name, address) tuples (where the name had been unused). Deprecated use of tuples. Updated settings value sanity checks, and changed from ValueError to ImproperlyConfigured.
2024-01-24
Added test for the sendtestemail command when no recipients are given.
Baptiste Mispelon
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-06-22
Fixed #24970 -- Added --managers and --admins options to the sendtestemail ↵
Rolo
management command.
2015-03-20
Removed unused imports.
Tim Graham
2015-03-20
Adapted sendtestemail to be more argparse-ish
Claude Paroz
2015-03-20
Removed unused import.
Tim Graham
2015-03-20
Used testing domain names in mail tests per rfc2606.
Tim Graham
2015-03-20
Fixed #24419 -- Added sendtestemail management command
Loek van Gent