diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2016-03-14 05:17:05 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-17 09:51:48 -0400 |
| commit | b4bb2ad13d178dd2db484c7721fd47aa3d285908 (patch) | |
| tree | ea25de5130a0c995de3e9ec4060a9e10cad948ef /docs | |
| parent | f49cfb76c7b24a4fa5f8ac36dfa0a82ab66336c5 (diff) | |
[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path().
Backport of 28bcff82c5ed4694f4761c303294ffafbd7096ce from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.5.txt | 3 |
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`). |
