1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #19879 -- Have 'findstatic' says on which directories it searched the relative paths.

Added searched_locations in finders module. Added verbosity flag level 2 on 'findstatic'
command that will output the directories on which it searched the relative paths.

Reported by ccurvey. Initial patch by Jonas Svensson and Vajrasky Kok.
This commit is contained in:
Vajrasky Kok
2013-11-16 22:55:50 +08:00
committed by Jannis Leidel
parent 935e6c1dfc
commit 6a9ed7d403
5 changed files with 100 additions and 3 deletions

View File

@@ -1051,6 +1051,10 @@ Miscellaneous
which does allow primary keys with value 0. It only forbids *autoincrement*
primary keys with value 0.
* :djadmin:`findstatic` now accepts verbosity flag level 2, meaning it will
show the directories on which it searched the relative paths. See
:djadmin:`findstatic` for example output.
.. _deprecated-features-1.7:
Features deprecated in 1.7