1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

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.
This commit is contained in:
Claude Paroz
2013-11-09 10:13:29 +01:00
parent 98de90d3d8
commit e7383f16b4
2 changed files with 3 additions and 11 deletions

View File

@@ -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
^^^^^^