Commit b2b7a0c1 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #7306 -- Added missing import. Thanks, SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent bd73eaf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from django.db import connection, transaction
from django.db.models import signals, get_model
from django.db.models.fields import AutoField, Field, IntegerField, PositiveIntegerField, PositiveSmallIntegerField, get_ul_class
from django.db.models.fields import AutoField, Field, IntegerField, PositiveIntegerField, PositiveSmallIntegerField, get_ul_class, FieldDoesNotExist
from django.db.models.related import RelatedObject
from django.db.models.query_utils import QueryWrapper
from django.utils.text import capfirst