summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Kelly <ian.g.kelly@gmail.com>2009-03-23 22:14:00 +0000
committerIan Kelly <ian.g.kelly@gmail.com>2009-03-23 22:14:00 +0000
commit2b098e64e0106463074f15b594ad36970b3f87f5 (patch)
tree6676fd9d8d5278fcaec67f42768ef1dea8e839b0 /tests
parent7499416d0d95279e9034f4b0480287e3ce2cb4e4 (diff)
[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
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/queries/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/queries/models.py b/tests/regressiontests/queries/models.py
index 006a0fa377..e16a6c2e92 100644
--- a/tests/regressiontests/queries/models.py
+++ b/tests/regressiontests/queries/models.py
@@ -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