Re: Seeking sample template code for iterating nested QuerySet

2012-03-01 Thread Matthias Kestenholz
On Fri, Mar 2, 2012 at 08:04, brycenesbitt wrote: > The documentation at: > https://docs.djangoproject.com/en/1.3/topics/db/queries/ > > Speaks of "Spanning multi-valued relationships", with an QuerySet > returning all Entries (and their Blogs) where the Blog matches a > pattern. > > What does the

Seeking sample template code for iterating nested QuerySet

2012-03-01 Thread brycenesbitt
The documentation at: https://docs.djangoproject.com/en/1.3/topics/db/queries/ Speaks of "Spanning multi-valued relationships", with an QuerySet returning all Entries (and their Blogs) where the Blog matches a pattern. What does the view code look like? When I do something similar: facets= mo