summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-03-14 05:17:05 +0200
committerTim Graham <timograham@gmail.com>2016-03-17 09:49:57 -0400
commit28bcff82c5ed4694f4761c303294ffafbd7096ce (patch)
tree3cf2a2b00766d1e368c7c61e2732aec5f42491af /docs
parentecb59cc6579402b68ddfd4499bf30edacf5963be (diff)
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt
index d74a2d9abe..98dd1799a8 100644
--- a/docs/releases/1.9.5.txt
+++ b/docs/releases/1.9.5.txt
@@ -27,3 +27,6 @@ Bugfixes
earlier versions of Django.
* Fixed a memory leak in the cached template loader (:ticket:`26306`).
+
+* Fixed a regression that caused ``collectstatic --clear`` to fail if the
+ storage doesn't implement ``path()`` (:ticket:`26297`).