Hello, I'm studying the Django page on aggregation http://docs.djangoproject.com/en/dev/topics/db/aggregation/ In the section 'Joins and aggregates' there's an example of how to create an annotation for each Store with book price ranges. But what if I want to do the opposite, i.e. for each available Book, look up through the stores and create a price range from this. This backward- looking procedure is what's I'm most interested in. Best regards, Przemek
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.