Преглед на файлове

Doc'd that django.setup() is called under ASGI.

Adam Johnson преди 2 години
родител
ревизия
ef00d6ef88
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/ref/applications.txt

+ 1 - 1
docs/ref/applications.txt

@@ -425,7 +425,7 @@ application registry.
 
     This function is called automatically:
 
-    * When running an HTTP server via Django's WSGI support.
+    * When running an HTTP server via Django's ASGI or WSGI support.
     * When invoking a management command.
 
     It must be called explicitly in other cases, for instance in plain Python