mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Minor edits to new findstatic functionality; refs #19879.
Hopefully fixes a test failure on Jenkins.
This commit is contained in:
@@ -390,6 +390,10 @@ Minor features
|
||||
See the :class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage`
|
||||
docs for more information.
|
||||
|
||||
* :djadmin:`findstatic` now accepts verbosity flag level 2, meaning it will
|
||||
show the relative paths of the directories it searched. See
|
||||
:djadmin:`findstatic` for example output.
|
||||
|
||||
:mod:`django.contrib.syndication`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
@@ -1051,10 +1055,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user