summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).