From d5a273eadb00ee3edd7e81d373b7237220b42571 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 18 Oct 2014 12:00:38 +0200 Subject: [1.7.x] Fixed #23583 -- More selectively ignored static/media roots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3