mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
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:
parent
6537732585
commit
6142e3f347
3 changed files with 56 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue