Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 4befb3015c26810a68cfcf57e0cd8b062f56f1c5
      
https://github.com/django/django/commit/4befb3015c26810a68cfcf57e0cd8b062f56f1c5
  Author: Loic Bistuer <[email protected]>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M django/conf/global_settings.py
    M django/contrib/staticfiles/management/commands/collectstatic.py
    M django/contrib/staticfiles/storage.py
    M docs/ref/settings.txt
    M docs/releases/1.6.2.txt
    M tests/staticfiles_tests/tests.py

  Log Message:
  -----------
  Fixed #21581 -- Fixed a number of issues with collectstatic.

When STATIC_ROOT wasn't set, collectstatic --clear would delete
every files within the current directory and its descendants.

This patch makes the following changes:

Prevent collectstatic from running if STATIC_ROOT isn't set.

Fixed an issue that prevented collectstatic from displaying the
destination directory.

Changed the warning header to notify when the command is run
in dry-run mode.


-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/52c3233a2c42a_12e1ff1d4c622e7%40hookshot-fe1-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to