summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-09 10:13:29 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-09 16:23:14 +0100
commite7383f16b438a03ea2258a49e4889fd6e2303e53 (patch)
tree41c25e1cf1999a26e82a414571ec7a242c71d568 /docs
parent98de90d3d81f5db9e969e70b8ce3f0e368726208 (diff)
Fixed #14800 -- Suppressed WSGIRequestHandler message filtering
Filtering out static file requests in runserver has been judged arbitrary and can hide some debugging-related activity. Thanks Roy Smith for the report and Aymeric Augustin for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index e32e60be35..2aab6f26a7 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -383,6 +383,9 @@ Management Commands
translation file is updated, i.e. after running
:djadmin:`compilemessages`.
+ * All HTTP requests are logged to the console, including requests for static
+ files or ``favicon.ico`` that used to be filtered out.
+
Models
^^^^^^