Hid a few QuerySet regression tests from Python 2.6 due to a bug in the the
commit1915b8ed22d45d28990a503d2a0684debcb9a1d8
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Tue, 26 Aug 2008 03:22:44 +0000 (26 03:22 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Tue, 26 Aug 2008 03:22:44 +0000 (26 03:22 +0000)
tree63152ea8898dffed683c1c3bbf1b3c1ea17d3815
parent04637834ac0c4b7ae9572613d56e9aa0dc5f062a
Hid a few QuerySet regression tests from Python 2.6 due to a bug in the the
Python beta releases. Failures there mean that incorrect code won't raise an
error, but it's otherwise harmless (correct code still runs correctly).

Fixed #7786.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
tests/regressiontests/queries/models.py