summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-03-09 19:38:25 +0000
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-03-25 15:01:39 +0100
commitf344c75fb09f75879334740f1f8a09c176d93c12 (patch)
tree35af72de19bc56ceb88eb461f5df29004e2de49f /docs
parentb15b3706fec8ef59577ac47118ee0c62132a03a6 (diff)
Added additional note that tests use locmem email backend.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 37db613f82..ba8778daf8 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -549,6 +549,9 @@ To specify this backend, put the following in your settings::
This backend is not intended for use in production -- it is provided as a
convenience that can be used during development and testing.
+Django's test runner :ref:`automatically uses this backend for testing
+<topics-testing-email>`.
+
.. _topic-email-dummy-backend:
Dummy backend