diff options
| author | James Bligh <blighj@users.noreply.github.com> | 2025-07-26 13:50:34 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-05 16:37:43 +0200 |
| commit | 6142e3f347c6f9415165d385d3eba4211a052d96 (patch) | |
| tree | cabe81a42409fed427f3776b447de41728f58d51 /docs | |
| parent | 65377325855ab6faa7ac487e336e9902c6268c96 (diff) | |
Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's default verbosity.
Made collectstatic report individual destination conflicts only at verbosity 2+.
Made verbosity level 1 report a summary count of skipped files.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 828e2d0354..4afc172da9 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -470,6 +470,10 @@ Miscellaneous * The minimum supported version of ``asgiref`` is increased from 3.8.1 to 3.9.1. +* The :djadmin:`collectstatic` command now reports only a summary of skipped + files due to conflicts when ``--verbosity`` is 1. To see warnings for each + conflicting destination path, set the ``--verbosity`` flag to 2 or higher. + .. _deprecated-features-6.0: Features deprecated in 6.0 |
