april 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 ... -
Djangogigs and the feedgenerator module posted by Andrew
Read more...Update: Sorry about the escaped markup in the community feed. That's what happens when upgrading your working copy in a rush and not testing everything thoroughly.
It's been a while since I've written any kind of django-related post, but since djangogigs got a good mention by Adrian at PyCon08 I thought I'd better talk about some of the updates - some old, some new - to djangogigs and other django-related things.
A while ago we implemented two commonly ...
