Re: ticket ping: #3050 enable values() even with extra(select=...)

2007-05-30 Thread Jacob Kaplan-Moss
On 5/30/07, Honza Král <[EMAIL PROTECTED]> wrote: > Ticket 3050 [snip] Ask (so politely) and ye shall receive: http://code.djangoproject.com/changeset/5385. Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

ticket ping: #3050 enable values() even with extra(select=...)

2007-05-30 Thread Honza Král
Hi all, I am well aware of the core devs' time shortage and have read recent threads about stale tickets. Ticket 3050 contains a failry trivial enhancement of django query module - it allows you to use custom DB expressions ( extra( select=...) ) even when using ValuesQuerySet. I have updated the