diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2024-04-05 15:13:54 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2024-04-05 15:13:54 +0200 |
| commit | ca5cd3e3e8e53f15e68ccd727ec8fe719cc48099 (patch) | |
| tree | 2d4e5eca249585d27c8234250d08d2c51662ef3b /docs | |
| parent | bcd255cd5ca0a1e686d276cca71f45ec400d84a2 (diff) | |
Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index fafcd527c9..fdd44a887d 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1667,7 +1667,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 |
