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:18:21 +0200
commit8b4cc9df9c0760eb4896f1423b6119bdad5674c6 (patch)
tree44be1ca39b546e59a55ebeae3aa056ee2d5d2bc1 /docs
parentc34e13e17c664ea43b85572428bcf74c7509db3f (diff)
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.
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 215e2fc211..d3fea9a38c 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -132,3 +132,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`).