mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed logging regression introduced in bbe28496d32f76ca161f5c33787d6ad62267fcc6
This commit is contained in:
parent
3baebf52aa
commit
a969394cff
@ -1,6 +1,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
import logging.config # needed when logging_config doesn't start with logging.config
|
||||||
import sys
|
import sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user