Re: QuerySet.extra() and bind variables

2007-10-04 Thread tzeskimo
Thanks for letting me know. I was afraid I was missing something obvious. On Oct 4, 5:48 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-03 at 22:44 +, tzeskimo wrote: > > I'm trying to write a custom QuerySet, but I'm a bit confused about &g

QuerySet.extra() and bind variables

2007-10-03 Thread tzeskimo
I'm trying to write a custom QuerySet, but I'm a bit confused about how to properly use the method extra(). From my understanding, extra() accepts both "select" and "where" arguments, both of which can contain bind variables. You then pass the appropriate bind variable values to the "param" argu