Re: : QuerySet in extra_context in generic views

2008-02-13 Thread Waldemar Kornewald
Hi, On 13 Feb., 13:58, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > On 12 Feb., 16:57, "Tom Tobin" <[EMAIL PROTECTED]> wrote: > > > On 2/12/08, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > since Trac does neither allow me to post anonymously nor do I get a > > > > registra

Re: : QuerySet in extra_context in generic views

2008-02-13 Thread Karen Tracey
On Feb 13, 2008 2:38 AM, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > On 12 Feb., 16:57, "Tom Tobin" <[EMAIL PROTECTED]> wrote: > > On 2/12/08, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > since Trac does neither allow me to post anonymously nor do I get a > > > registrat

Re: : QuerySet in extra_context in generic views

2008-02-12 Thread Waldemar Kornewald
On 12 Feb., 16:57, "Tom Tobin" <[EMAIL PROTECTED]> wrote: > On 2/12/08, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > > Hi, > > since Trac does neither allow me to post anonymously nor do I get a > > registration mail (username wkornewald) I'll post here: > > Please don't post patches to the m

Re: [PATCH]: QuerySet in extra_context in generic views

2008-02-12 Thread Tom Tobin
On 2/12/08, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > Hi, > since Trac does neither allow me to post anonymously nor do I get a > registration mail (username wkornewald) I'll post here: Please don't post patches to the mailing list. Trac is the right place for these. If you're having trou

[PATCH]: QuerySet in extra_context in generic views

2008-02-12 Thread Waldemar Kornewald
Hi, since Trac does neither allow me to post anonymously nor do I get a registration mail (username wkornewald) I'll post here: If I pass an 'extra_context' parameter to a generic view I can't use a QuerySet because they'd only be evaluated once (at program start), so the only option is to pass a