From c85831e4b7b5a7e4249df10327175b7251cb012d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 3 Jan 2017 19:03:08 -0500 Subject: Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages. Thanks revimi for the initial patch. --- docs/releases/1.10.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3