summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-10-18 12:00:38 +0200
committerClaude Paroz <claude@2xlibre.net>2014-10-21 20:20:26 +0200
commitd5a273eadb00ee3edd7e81d373b7237220b42571 (patch)
treeb85fd439fca306d54cb28aef52e75c0ff67b3631 /docs
parent53bc81dca3d785d0b399cacbf84cc660355895fc (diff)
[1.7.x] Fixed #23583 -- More selectively ignored static/media roots
Fixed a regression introduced by 28efafa24c. Thanks Michal Čihař for the report and initial patch, and Collin Anderson and Tim Graham for the reviews. Backport of 8b4cc9df9c from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index cedb54d420..bfdbb0ca1a 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -131,3 +131,6 @@ Bugfixes
* Fixed a regression when feeding the Django test client with an empty data
string (:ticket:`21740`).
+
+* Fixed a regression in :djadmin:`makemessages` where static files were
+ unexpectedly ignored (:ticket:`23583`).