Re: GSoC query

2014-02-23 Thread anubhav joshi
I originally wanted to work on aggregates/annotation improvement in GSoC and still wish the same. The issues that I want to consider are: Implementing arithmetic operations on aggregation/annotation. Implementing conditional aggregates. Fixing the errors related to the working eg. default values

Re: GSoC query

2014-02-17 Thread anubhav joshi
Ok, actually my college exams are going on, as soon as they get over I will definitely take some action towards drafting the proposal and posting it here for review. Thanks Anubhav -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsub

Re: GSoC query

2014-02-17 Thread Russell Keith-Magee
Hi Anubhav, Part of the GSoC "audition" process is for you to do this analysis yourself. The GSoC wiki page lists a couple of tickets, and links to a wiki page that describes the problem in depth. We're looking for people who can take that initial direction, investigate the underlying problem, and

Re: GSoC query

2014-02-17 Thread anubhav joshi
I need some suggestions related to improving the error message. I have gone through some tickets but I would like to know the existing issues that need to be resolved first than others, I mean those issues which need more attention. Thanking You Anubhav -- You received this message because yo

Re: GSoC query

2014-02-15 Thread anubhav joshi
On Sunday, February 16, 2014 4:35:05 AM UTC+5:30, Florian Apolloner wrote: > > On Saturday, February 15, 2014 5:01:09 PM UTC+1, anubhav joshi wrote: >> >> Well I will see what I put in my proposal..it will be based on >> aggregation/annotation as well as improving the error message part as

Re: GSoC query

2014-02-15 Thread anubhav joshi
I am not trying to say that I can solve all the issues myself, that is no way possible. But I had wanted to base my work on aggregation part but I think quite has been done so I just said that I would now explore other areas as well. I have no intention of telling that I could do all, I merely

Re: GSoC query

2014-02-15 Thread Florian Apolloner
On Saturday, February 15, 2014 5:01:09 PM UTC+1, anubhav joshi wrote: > > Well I will see what I put in my proposal..it will be based on > aggregation/annotation as well as improving the error message part as > before...I might now look to other things as well like improving tests as > well.

Re: GSoC query

2014-02-15 Thread anubhav joshi
Well I will see what I put in my proposal..it will be based on aggregation/annotation as well as improving the error message part as before...I might now look to other things as well like improving tests as well. -- You received this message because you are subscribed to the Google Gro

Re: GSoC query

2014-02-14 Thread Josh Smeaton
I've been working on aggregation lately, and have opened up a PR https://github.com/django/django/pull/2184 I think the implementation is promising, but it hasn't been vetted by a core contributor yet. I've also begun work on https://github.com/jarshwah/django/commits/nonaggregate-annotations,

Re: GSoC query

2014-02-14 Thread anubhav joshi
Apart from the issues and tickets mentioned in the idea pages and some other tickets/issues which I have found is there anything that anyone would suggest for working on the aggregation/annotation part, like if there is any issue which hasn't been picked up in tickets or anything else,if somet

Re: GSoC query

2014-02-08 Thread Russell Keith-Magee
On Sun, Feb 9, 2014 at 5:02 AM, Christopher Medrela wrote: > There is a list of ideas [1] and both improving aggregates and annotations > as well as improving error messages are listed there, so I suppose these > ideas are still open. > They're definitely still "open" in the sense that the probl

Re: GSoC query

2014-02-08 Thread Aymeric Augustin
On 8 févr. 2014, at 22:02, Christopher Medrela wrote: > AFAIK, there is no problem if there is more than one student working on the > same idea. In practice, I don't think we would allocate two slots to the same idea. However, an proposal that wasn't thoroughly discussed on this mailing-list h

Re: GSoC query

2014-02-08 Thread Christopher Medrela
There is a list of ideas [1] and both improving aggregates and annotations as well as improving error messages are listed there, so I suppose these ideas are still open. Google doesn't allow you to submit your proposal before March 10, but the submission is only a formality and this doesn't me

GSoC query

2014-02-08 Thread anubhav joshi
Well I am thinking to work on aggregates and annotation, and improving the error messages part. I just want to know if these are still open. And what is the procedure if more than one student submit similar proposals or what if one submits it before then whether it remains open for another? Can w

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