mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.10.x] Fixed #27658 -- Prevented collectstatic from overwriting newer files in remote storages.
Thanks revimi for the initial patch.
Backport of c85831e4b7 from master
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user