django/tests/logging_tests
Sergey Fursov 6709ea4ae9 Fixed #27271 -- Fixed a crash in runserver logging.
Allowed ServerFormatter to handle simple string messages or messages with
formatting arguments. The formatter will set the server_time variable on
the log record if it's required by the format string but wasn't passed in
extra parameters.
2016-09-27 09:46:07 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
logconfig.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Fixed #27271 -- Fixed a crash in runserver logging. 2016-09-27 09:46:07 -04:00
urls.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00
urls_i18n.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00
views.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00