From c1aa4a7a79a56fa46793d128bcf42795e2149595 Mon Sep 17 00:00:00 2001 From: James Bligh Date: Tue, 5 Aug 2025 15:49:10 +0100 Subject: Fixed #36525 -- Silenced individual deleted file messages in collectstatic --clear's default verbosity. --- 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 4afc172da9..6e213f890a 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -474,6 +474,10 @@ Miscellaneous files due to conflicts when ``--verbosity`` is 1. To see warnings for each conflicting destination path, set the ``--verbosity`` flag to 2 or higher. +* The :option:`collectstatic --clear` command now reports only a summary of + deleted files when ``--verbosity`` is 1. To see the details for each file + deleted, set the ``--verbosity`` flag to 2 or higher. + .. _deprecated-features-6.0: Features deprecated in 6.0 -- cgit v1.3