1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in Windows NT 6.

Original patch by Vajrasky Kok. Reviewed by Florian Apolloner, Aymeric Augustin.
This commit is contained in:
Jannis Leidel
2014-02-09 12:37:14 +00:00
parent 9c4ad454d1
commit 5cc0555603
4 changed files with 56 additions and 24 deletions

View File

@@ -565,6 +565,9 @@ Management Commands
* Management commands can now produce syntax colored output under Windows if
the ANSICON third-party tool is installed and active.
* :djadmin:`collectstatic` command with symlink option is now supported on
Windows NT 6 (Windows Vista and newer).
Models
^^^^^^