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

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

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

[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