django/tests/regressiontests/queries
Russell Keith-Magee 151d88af4e Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause aren't pre-evaluated. Thanks to Henry Andrews for the report, and clement for the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-06 13:35:33 +00:00
..
__init__.py
models.py Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause aren't pre-evaluated. Thanks to Henry Andrews for the report, and clement for the fix. 2009-06-06 13:35:33 +00:00
tests.py Added a `QuerySet.ordered` property to check if a queryset is already ordered. Refs #10163. 2009-04-22 22:16:19 +00:00