From c072c8dcd32fb683d8ed4503b8b2d8dfeca17f25 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 19 Jul 2006 12:48:30 +0000 Subject: [PATCH] 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 --- django/contrib/auth/models.py | 1 + 1 file changed, 1 insertion(+) 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 _