We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d050baf commit 0068311Copy full SHA for 0068311
readonly/__init__.py
@@ -13,7 +13,7 @@
13
from django.db.backends import util
14
else:
15
from django.db.backends import utils as util
16
-from django.utils.log import getLogger
+from logging import getLogger
17
18
from readonly.exceptions import DatabaseWriteDenied
19
0 commit comments