Skip to content

Commit 203c17c

Browse files
committed
Added import forgotten in 2ee21d9.
Thanks ratsonale for spotting this mistake.
1 parent 0657646 commit 203c17c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django/db/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import warnings
2+
13
from django.conf import settings
24
from django.core import signals
35
from django.core.exceptions import ImproperlyConfigured

0 commit comments

Comments
 (0)