summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-03 19:03:08 -0500
committerTim Graham <timograham@gmail.com>2017-01-04 13:10:03 -0500
commitda9b36c52d403a8de77682f4892d8890075f1289 (patch)
tree9bd17919c10f275f865b96443e39920bff0b5694 /docs
parenta72fa7de3eddeb8791b5fdbc1f6576cae39d5ff5 (diff)
[1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
Thanks revimi for the initial patch. Backport of c85831e4b7b5a7e4249df10327175b7251cb012d from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.5.txt b/docs/releases/1.10.5.txt
index 5c9d40914b..3e75235c42 100644
--- a/docs/releases/1.10.5.txt
+++ b/docs/releases/1.10.5.txt
@@ -17,3 +17,6 @@ Bugfixes
* Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused
incorrect results for dates in a leap year (:ticket:`27637`).
+
+* Fixed a regression where ``collectstatic`` overwrote newer files in remote
+ storages (:ticket:`27658`).