summaryrefslogtreecommitdiff
path: root/django/utils/log.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-07 12:11:39 -0400
committerTim Graham <timograham@gmail.com>2015-05-07 20:12:41 -0400
commita969394cffe81ebcc8117139c949c0d56e8eb35c (patch)
tree34cc8216f1ad41305ca787124ec2bf84eec5e8e3 /django/utils/log.py
parent3baebf52aa0850de3ebadcbe1eda7e6e9a2c6c44 (diff)
Fixed logging regression introduced in bbe28496d32f76ca161f5c33787d6ad62267fcc6
Diffstat (limited to 'django/utils/log.py')
-rw-r--r--django/utils/log.py1
1 files changed, 1 insertions, 0 deletions
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