django/tests
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
..
modeltests Fixed #10572 -- Corrected the operation of the defer() and only() clauses when used on inherited models. 2009-06-06 06:14:05 +00:00
regressiontests 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
templates
runtests.py
urls.py