summaryrefslogtreecommitdiff
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:25:56 +0100
commit2306f8c9bb2bc9539cfe77e38affc01b09f0bfb4 (patch)
treea23a493f7c28c7db5ceb3973b4fdeffdba751ead
parentc740a994fa2744a3f1d69d5717bda8d563e7946b (diff)
[3.0.x] Added additional note that tests use locmem email backend.
Backport of f344c75fb09f75879334740f1f8a09c176d93c12 from master
-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 bc983b4f2e..7a683becb9 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -545,6 +545,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