summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-07-19 12:48:30 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-07-19 12:48:30 +0000
commitc072c8dcd32fb683d8ed4503b8b2d8dfeca17f25 (patch)
tree52e116f8e6c1afadf92a96812f05848b3635c49b
parent466b90c788bbeb37f717555260701db0001db41b (diff)
Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/auth/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py
index c201fc6232..4077237993 100644
--- a/django/contrib/auth/models.py
+++ b/django/contrib/auth/models.py
@@ -1,4 +1,5 @@
from django.core import validators
+from django.core.exceptions import ImproperlyConfigured
from django.db import backend, connection, models
from django.contrib.contenttypes.models import ContentType
from django.utils.translation import gettext_lazy as _