April 28th, 2008
-
ValuesQuerySet changes POST-qs-rf merge posted by Andrew
Read more...Update: As Malcolm has commented below, the issue described here was in fact a bug which has now been fixed.
Just a quick note regarding of one area of change since the merge of the queryset-refactor branch into the trunk which has broken a specific use-case of the
ValuesQuerySet.To reduce the number of queries which are executed when accessing related items from a model I have one particular view which uses
values()to returnValuesQuerySetrepresenting the associated instance ...
