[GSOC] Query Refactor Update

2010-07-16 Thread Alex Gaynor
Hey all, The last while has been spent continuing the fight to make aggregates work correctly, Russ provided some good insight that's gotten me farther on it. All that code is in my query-refactor-aggregates branch on github, as it's not fully working ATM. This week I also pushed a few updates t

Re: [GSOC] Query Refactor Update

2010-06-22 Thread Russell Keith-Magee
On Tue, Jun 22, 2010 at 10:01 AM, Alex Gaynor wrote: > Hey all, > > This past week was mostly spent getting lookup's working (and > negation), that's gone fairly well.  Well enough, in fact, that I > spent most of today getting some low hanging fruit working: namely > ordering, slicing, and values

Re: [GSOC] Query Refactor Update

2010-06-22 Thread Sergej dergatsjev eecho
+ 1 emulation 2010/6/22 Alex Gaynor : > Hey all, > > This past week was mostly spent getting lookup's working (and > negation), that's gone fairly well.  Well enough, in fact, that I > spent most of today getting some low hanging fruit working: namely > ordering, slicing, and values.  In slicing w

[GSOC] Query Refactor Update

2010-06-21 Thread Alex Gaynor
Hey all, This past week was mostly spent getting lookup's working (and negation), that's gone fairly well. Well enough, in fact, that I spent most of today getting some low hanging fruit working: namely ordering, slicing, and values. In slicing we've come to an interesting design decision. Atte

[GSOC] Query Refactor Update

2010-06-16 Thread Alex Gaynor
Hey all, Another week's gone by (and remarkably quickly if I do say so myself). Since last we spoke I've gotten updates to work, basic filters, cleaned up some fun messes in the source code, added support for count(), tests for ForeignKeys, and began investigating more complex lookup types. Here