Skip to content

Commit

Permalink
Added import forgotten in 2ee21d9.
Browse files Browse the repository at this point in the history
Thanks ratsonale for spotting this mistake.
  • Loading branch information
aaugustin committed Mar 1, 2013
1 parent 0657646 commit 203c17c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/db/__init__.py
@@ -1,3 +1,5 @@
import warnings

from django.conf import settings from django.conf import settings
from django.core import signals from django.core import signals
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
Expand Down

0 comments on commit 203c17c

Please sign in to comment.