Added additional note that tests use locmem email backend.

This commit is contained in:
Adam Johnson 2020-03-09 19:38:25 +00:00 committed by Carlton Gibson
parent b15b3706fe
commit f344c75fb0
1 changed files with 3 additions and 0 deletions

View File

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