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
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
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
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
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
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
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
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
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
+ 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
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
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
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
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
14 matches
Mail list logo