summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-04 21:34:29 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-04 21:34:29 +0000
commit94a38dfd0ea33c243c56eb91cfcb2618882edad0 (patch)
tree616e84ed3ac501f523fddb395853e99b1678eff8 /docs/releases
parentc2a48110d47a281b4757401e6aeffd4f41c08825 (diff)
Fixed #16161 -- Added `--clear` option to `collectstatic` management command to be able to explicitly clear the files stored in the destination storage before collecting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index 781093123c..55d845305c 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -213,6 +213,9 @@ Django 1.4 also includes several smaller improvements worth noting:
to the :mod:`django.contrib.auth.utils` module. Importing it from the old
location will still work, but you should update your imports.
+* The :djadmin:`collectstatic` management command gained a ``--clear`` option
+ to delete all files at the destination before copying or linking the static
+ files.
.. _backwards-incompatible-changes-1.4: