summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2023-02-28 13:18:41 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-03-01 14:32:31 +0100
commitef00d6ef8846c6b17d41ce46fa3798313e0c5b66 (patch)
treed811c2875c98cfca1a1a484e2dcf1d71851aeaae /docs
parent54aecf95a2efb989263e3a888b54fb52cbc15787 (diff)
downloaddjango-ef00d6ef8846c6b17d41ce46fa3798313e0c5b66.tar.gz
Doc'd that django.setup() is called under ASGI.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/applications.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 00bf71239c..fc4caba669 100644
--- a/docs/ref/applications.txt
+++ b/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