django1/django/core/servers
Claude Paroz e7383f16b4 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.
2013-11-09 16:23:14 +01:00
..
__init__.py Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port 2005-07-18 15:25:58 +00:00
basehttp.py Fixed #14800 -- Suppressed WSGIRequestHandler message filtering 2013-11-09 16:23:14 +01:00
fastcgi.py More attacking E302 violators 2013-11-02 13:12:09 -07:00