Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that all
commit7d81777179eeb5b2a7a34feb6c56399984b89765
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 27 Jul 2008 18:38:56 +0000 (27 18:38 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 27 Jul 2008 18:38:56 +0000 (27 18:38 +0000)
tree7d614b0e96e9403b6363508ee1621ebe2dac7074
parent87ed6e4134a46cd055118c079a3af972b66cd0d2
Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that all
the prequisites are correctly initialised prior to using them. Only affects
Oracle and other db backends requiring resolve_columns() (e.g. MS SQL?)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/db/models/sql/query.py