Author: mtredinnick
Date: 2007-10-13 22:45:34 -0500 (Sat, 13 Oct 2007)
New Revision: 6500
Modified:
django/branches/queryset-refactor/tests/regressiontests/queries/models.py
Log:
queryset-refactor: Removed unneeded import.
Modified:
django/branches/queryset-refactor/tests/regressiontests/queries/models.py
===================================================================
--- django/branches/queryset-refactor/tests/regressiontests/queries/models.py
2007-10-14 02:17:12 UTC (rev 6499)
+++ django/branches/queryset-refactor/tests/regressiontests/queries/models.py
2007-10-14 03:45:34 UTC (rev 6500)
@@ -3,7 +3,7 @@
"""
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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---