diff options
| author | Tim Graham <timograham@gmail.com> | 2021-02-13 14:07:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-13 20:07:55 +0100 |
| commit | 3fa1ed53be370f4b1a94d78b56ff30d23b131623 (patch) | |
| tree | 0f7c27d497f29a2a40259637383ad2f0607a355d /docs | |
| parent | c60b9e6640c44597319069bcb10f8d604cb5fe47 (diff) | |
Refs #32394 -- Rephrased release note for STATIC_URL change.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 9295f086b2..1339b88f24 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -268,9 +268,9 @@ Miscellaneous * Support for ``cx_Oracle`` < 7.0 is removed. -* Starting with 4.0, new projects are generated with :setting:`STATIC_URL` set - to the relative path ``'static/'``. This allows for the ``SCRIPT_NAME`` to be - prepended as necessary. +* To allow serving a Django site on a subpath without changing the value of + :setting:`STATIC_URL`, the leading slash is removed from that setting (now + ``'static/'``) in the default :djadmin:`startproject` template. .. _deprecated-features-4.0: |
