Refs #32394 -- Rephrased release note for STATIC_URL change.

This commit is contained in:
Tim Graham 2021-02-13 14:07:55 -05:00 committed by GitHub
parent c60b9e6640
commit 3fa1ed53be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: