From a969394cffe81ebcc8117139c949c0d56e8eb35c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 7 May 2015 12:11:39 -0400 Subject: [PATCH] Fixed logging regression introduced in bbe28496d32f76ca161f5c33787d6ad62267fcc6 --- django/utils/log.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/utils/log.py b/django/utils/log.py index 22452f994c..c8cfd6e635 100644 --- a/django/utils/log.py +++ b/django/utils/log.py @@ -1,6 +1,7 @@ from __future__ import unicode_literals import logging +import logging.config # needed when logging_config doesn't start with logging.config import sys import warnings