Author: adrian
Date: 2011-12-17 09:38:08 -0800 (Sat, 17 Dec 2011)
New Revision: 17227
Modified:
django/trunk/tests/regressiontests/queries/tests.py
Log:
Optimized an optimise
Modified: django/trunk/tests/regressiontests/queries/tests.py
===================================================================
--- django/trunk/tests/regressiontests/queries/tests.py 2011-12-17 17:37:24 UTC
(rev 17226)
+++ django/trunk/tests/regressiontests/queries/tests.py 2011-12-17 17:38:08 UTC
(rev 17227)
@@ -1430,7 +1430,7 @@
# The annotation->tag link is single values and tag->children links is
# multi-valued. So we have to split the exclude filter in the middle
- # and then optimise the inner query without losing results.
+ # and then optimize the inner query without losing results.
self.assertQuerysetEqual(
Annotation.objects.exclude(tag__children__name="t2"),
['<Annotation: a2>']
--
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.