1
0
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:
Tim Graham
2014-02-09 15:35:35 -05:00
parent e2f28572b7
commit 29345390b8
3 changed files with 25 additions and 28 deletions

View File

@@ -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