Skip to content

Commit ca5cd3e

Browse files
committed
Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.
1 parent bcd255c commit ca5cd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ the server-provided value of ``SCRIPT_NAME``, which may be a rewritten version
16671667
of the preferred value or not supplied at all. It is also used by
16681668
:func:`django.setup()` to set the URL resolver script prefix outside of the
16691669
request/response cycle (e.g. in management commands and standalone scripts) to
1670-
generate correct URLs when ``SCRIPT_NAME`` is not ``/``.
1670+
generate correct URLs when ``FORCE_SCRIPT_NAME`` is provided.
16711671

16721672
.. setting:: FORM_RENDERER
16731673

0 commit comments

Comments
 (0)