diff options
| author | James Bligh <blighj@users.noreply.github.com> | 2025-08-05 15:49:10 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-08 09:52:16 +0200 |
| commit | c1aa4a7a79a56fa46793d128bcf42795e2149595 (patch) | |
| tree | 140dfb54c1add89999574d0b2612a245c6f2caf3 /docs | |
| parent | 31a43c571f4d036827d4fd7a5f615591637dc1be (diff) | |
Fixed #36525 -- Silenced individual deleted file messages in collectstatic --clear's default verbosity.
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 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 |
