From e7383f16b438a03ea2258a49e4889fd6e2303e53 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 9 Nov 2013 10:13:29 +0100 Subject: 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. --- docs/releases/1.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ^^^^^^ -- cgit v1.3