From 5cc0555603167c7532b7b714e2672687da8f106e Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 9 Feb 2014 12:37:14 +0000 Subject: Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in Windows NT 6. Original patch by Vajrasky Kok. Reviewed by Florian Apolloner, Aymeric Augustin. --- docs/releases/1.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 5abc06da7e..905d0a3bf5 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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 ^^^^^^ -- cgit v1.3