diff options
| author | Jannis Leidel <jannis@leidel.info> | 2014-02-09 12:37:14 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2014-02-09 12:39:20 +0000 |
| commit | 5cc0555603167c7532b7b714e2672687da8f106e (patch) | |
| tree | 0bf2b356d89aca059737134d9beaf1b70e460ed7 /docs | |
| parent | 9c4ad454d18816d418b0bd31be91fae16c795f15 (diff) | |
Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in Windows NT 6.
Original patch by Vajrasky Kok. Reviewed by Florian Apolloner, Aymeric Augustin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ^^^^^^ |
