diff options
| author | Loek van Gent <loek@1procentclub.nl> | 2015-03-07 13:55:59 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-20 12:03:50 -0400 |
| commit | d898ba1bec588450d591ebd5076993f96d05eb24 (patch) | |
| tree | 04d40bad0735180546fbc8f0eb7bec3fd2cd3b2a /docs/releases | |
| parent | 55f12f8709f0604df7e1817a4c114ead1fb9a311 (diff) | |
Fixed #24419 -- Added sendtestemail management command
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 20589c8fd6..bce55085ef 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -146,7 +146,8 @@ Internationalization Management Commands ^^^^^^^^^^^^^^^^^^^ -* ... +* The new :djadmin:`sendtestemail` command lets you send a test email to + easily confirm that email sending through Django is working. Models ^^^^^^ |
