Re: [GSOC] Query Refactor Final Status Update

2010-08-21 Thread Jacob Kaplan-Moss
On Sat, Aug 21, 2010 at 2:01 AM, Alex Gaynor wrote: > My > recommendation would be for any changes in Django itself to be merged, > including the new form fields, but for the MongoDB backend (and, > indeed, any future backends) to live external to Django, I agree. I'd like to see the first step t

Re: [GSOC] Query Refactor Final Status Update

2010-08-21 Thread Josh Ourisman
Hey Alex, Thanks for the great work on this! I haven't had a chance to check it out in a while, but looking forward to diving back in when my schedule allows. I did start looking into porting list fields to postgres, but haven't made much progress yet. Personally I think your recommendation re me

[GSOC] Query Refactor Final Status Update

2010-08-21 Thread Alex Gaynor
Hello all, With this past week GSOC has officially come to it's close, and I'm here to report on the status of the query-refactor. The original purpose of this branch was to do refactorings to the internals of the ORM, and produce a prototype backend for a non-relational database to demonstrate t

Re: [GSOC] Query Refactor List Field

2010-07-26 Thread Alex Gaynor
On Fri, Jul 23, 2010 at 12:59 AM, Russell Keith-Magee wrote: > On Fri, Jul 23, 2010 at 4:37 AM, Alex Gaynor wrote: >> Hey all, >> >> As I said in my last update, this week I've been working on some >> ListField stuff.  So far I have a basic ListField implemented, with a >> syntax of models.ListFi

Re: [GSOC] Query Refactor List Field

2010-07-22 Thread Russell Keith-Magee
On Fri, Jul 23, 2010 at 4:37 AM, Alex Gaynor wrote: > Hey all, > > As I said in my last update, this week I've been working on some > ListField stuff.  So far I have a basic ListField implemented, with a > syntax of models.ListField(models.IntegerField()).  However, there are > a number of questio

Re: [GSOC] Query Refactor List Field

2010-07-22 Thread Josh Ourisman
Awesome! I've been really enjoying playing around with your code so far—I'm actually building a small project off of it for fun—and the addition of ListFields has been one of the things I've been waiting for. Embedded documents is definitely also high on my list. 1) It would be awesome to have Lis

[GSOC] Query Refactor List Field

2010-07-22 Thread Alex Gaynor
Hey all, As I said in my last update, this week I've been working on some ListField stuff. So far I have a basic ListField implemented, with a syntax of models.ListField(models.IntegerField()). However, there are a number of questions that have cropped up: 1) Should support for PostgreSQL (and

[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

[GSOC] Query Refactor Status Update

2010-06-07 Thread Alex Gaynor
Hey all, If you saw my email last week you know that my goal for the bulk of the GSOC work was going to be refactoring the Query class to be less SQL/relational db specific. After spending much of last week taking a few different approach at this it's become clear to me that that approach would r

[GSOC] Query-Refactor

2010-05-30 Thread Alex Gaynor
Hey all, As you're likely aware this summer I'll be a GSOC student responsible for query-refactor (aka "NoSQL") in Django. Basically the next couple of weeks are going to involve me ripping up a bunch of internals, and in the interest of keeping the SVN branch stable I'll be committing that work