diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-03 19:03:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-04 12:50:31 -0500 |
| commit | c85831e4b7b5a7e4249df10327175b7251cb012d (patch) | |
| tree | add2d3d1811666d40316a3b22bd08a58483e68e0 /docs | |
| parent | f60d4e704d71b8af3f5ed4651accd33851bdee23 (diff) | |
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
Thanks revimi for the initial patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.5.txt | 3 |
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`). |
