[3.0.x] Added additional note that tests use locmem email backend.

Backport of f344c75fb09f75879334740f1f8a09c176d93c12 from master
This commit is contained in:
Adam Johnson 2020-03-09 19:38:25 +00:00 committed by Carlton Gibson
parent c740a994fa
commit 2306f8c9bb

View File

@ -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