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.
This commit is contained in:
James Bligh 2025-07-26 13:50:34 +01:00 committed by Sarah Boyce
parent 6537732585
commit 6142e3f347
3 changed files with 56 additions and 13 deletions

View file

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