summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2024-04-05 15:13:54 +0200
committerNatalia <124304+nessita@users.noreply.github.com>2024-04-05 16:31:13 -0300
commit58061fd2b4c4b66c0fd3db8026c8b5e369ed9ec3 (patch)
tree1f3126a75379f0187400502323262ad5579fb13b
parentd859c0be9c6098f624429874b695017c97ecf125 (diff)
[5.0.x] Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.
Backport of ca5cd3e3e8e53f15e68ccd727ec8fe719cc48099 from main
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 30e64b72ff..a589a9af87 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1685,7 +1685,7 @@ the server-provided value of ``SCRIPT_NAME``, which may be a rewritten version
of the preferred value or not supplied at all. It is also used by
:func:`django.setup()` to set the URL resolver script prefix outside of the
request/response cycle (e.g. in management commands and standalone scripts) to
-generate correct URLs when ``SCRIPT_NAME`` is not ``/``.
+generate correct URLs when ``FORCE_SCRIPT_NAME`` is provided.
.. setting:: FORM_RENDERER