Commit 2b098e64 authored by Ian Kelly's avatar Ian Kelly
Browse files

[1.0.X] Added an import that should have been included in [10126].

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 7499416d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ import datetime
import pickle
import sys

from django.conf import settings
from django.db import models
from django.db.models.query import Q, ITER_CHUNK_SIZE