Procházet zdrojové kódy

Added additional note that tests use locmem email backend.

Adam Johnson před 5 roky
rodič
revize
f344c75fb0
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      docs/topics/email.txt

+ 3 - 0
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