mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed #23583 -- More selectively ignored static/media roots
Fixed a regression introduced by28efafa24c. Thanks Michal Čihař for the report and initial patch, and Collin Anderson and Tim Graham for the reviews. Backport of8b4cc9df9cfrom master.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user