On Tue, Oct 4, 2011 at 4:35 AM, Johannes Dollinger <[email protected]> wrote: > as you could write Q(foo=Q(...)) instead of Q(..).push('foo')
I thought that would work magically, since the Q object would just pass that to the filter(); but a quick test proved me wrong. I've just refactored as a Node._prefix() method that calls a freestanding _prefix(t,pfx), and moved the relfield=Q smarts to the Q constructor. -- Javier -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
