1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
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
logconfig.py
tests.py Fixed #27271 -- Fixed a crash in runserver logging. 2016-09-27 09:46:07 -04:00
urls_i18n.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00
urls.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