Re: Interpretation of kwarg queries across many-to-many joins

2005-12-30 Thread Russell Keith-Magee
Hi again; I've just added ticket #1143 to make parse_lookup implement the pre r1792 behaviour of ManyToMany kwarg queries, and allow reverse queries providing analogous behaviour. While this fixes the immediate bug, it doesn't solve the larger question of what constitutes correct behaviour. You

Interpretation of kwarg queries across many-to-many joins

2005-12-30 Thread Russell Keith-Magee
Hi all, In working on the patch that was committed to magic-removal as r1792, I noticed that there are some areas of test non-coverage in the many-to-many processing section of parse_lookup. However, writing the test cases is proving a little hairy, because I can't work out what the correct behav