Re: [Changeset] r2931 - django/trunk/docs

2006-05-19 Thread Malcolm Tredinnick
Hey Luke, On Fri, 2006-05-19 at 13:15 +0100, Luke Plant wrote: > Malcolm, > > I noticed this addition to the docs in django-updates: > > + Note that QuerySets are not callable, so > + if you want to pass in a QuerySet in ``extra_context`` and have it > + evaluated at render time, you need to

Re: [Changeset] r2931 - django/trunk/docs

2006-05-19 Thread Luke Plant
Malcolm, I noticed this addition to the docs in django-updates: + Note that QuerySets are not callable, so + if you want to pass in a QuerySet in ``extra_context`` and have it + evaluated at render time, you need to wrap it in a function (that + returns the QuerySet). I think this confuses