summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/queries/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/queries/models.py b/tests/regressiontests/queries/models.py
index 175e0c867e..2a2129cc4a 100644
--- a/tests/regressiontests/queries/models.py
+++ b/tests/regressiontests/queries/models.py
@@ -3,7 +3,7 @@ Various combination queries that have been problematic in the past.
"""
from django.db import models
-from django.db.models.query import Q, QNot
+from django.db.models.query import Q
class Tag(models.Model):
name = models.CharField(maxlength=10)