From 6142e3f347c6f9415165d385d3eba4211a052d96 Mon Sep 17 00:00:00 2001 From: James Bligh Date: Sat, 26 Jul 2025 13:50:34 +0100 Subject: 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. --- docs/releases/6.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -- cgit v1.3