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