summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt12
-rw-r--r--docs/releases/1.9.txt3
-rw-r--r--docs/spelling_wordlist1
3 files changed, 15 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a354bdb045..e9dbe4b746 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -875,6 +875,18 @@ By default, the development server doesn't serve any static files for your site
you want to configure Django to serve static media, read
:doc:`/howto/static-files/index`.
+sendtestemail
+-------------
+
+.. django-admin:: sendtestemail
+
+.. versionadded:: 1.9
+
+Sends a test email (to confirm email sending through Django is working) to the
+recipient(s) specified. For example::
+
+ django-admin sendtestemail foo@example.com bar@example.com
+
shell
-----
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
^^^^^^
diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist
index e9fe8cdfec..78480713fb 100644
--- a/docs/spelling_wordlist
+++ b/docs/spelling_wordlist
@@ -682,6 +682,7 @@ screenshots
sdist
semimajor
semiminor
+sendtestemail
serializability
serializable
serializer