Re: Re-open #7231: New "join" parameter for the "extra" QuerySet method

2014-03-10 Thread Josh Smeaton
My take on this is that .extra and .raw are 'hacks' that only exist because the existing functions of the ORM are too limited. There are a few changes coming to extend the utility of .annotate (and .aggregate), along with the Lookup and Transform APIs, that should solve 90% of use cases that .ex

Re: Hi

2014-03-10 Thread Tim Graham
Hi Gent, Have you read the information on our wiki page: https://code.djangoproject.com/wiki/SummerOfCode2014 ? On Monday, March 10, 2014 5:19:54 PM UTC-4, Gent Binaku wrote: > > Hi > I have moderate skills in programming > I have experience in Python > > And i really wanted to be part of the

Re: Re-open #7231: New "join" parameter for the "extra" QuerySet method

2014-03-10 Thread Matthieu Rigal
Sorry to reopen an old thread, but this was is indicated to do in the ticket doc. I think actually extra is a very helpful function and that join is a missing part of it. I'm thinking especially about the admin part, where one sometime wants to add count of foreign keys to the view. Since the

Hi

2014-03-10 Thread Gent Binaku
Hi I have moderate skills in programming I have experience in Python And i really wanted to be part of the Django Framework team and GSOC has given me that chance but i don't really know how Django works just how to implement it my question is am I eligible to enter Django Framework projects

Re: Case handling for application verbose names

2014-03-10 Thread Russell Keith-Magee
On Mon, Mar 10, 2014 at 3:27 PM, Shai Berger wrote: > On Monday 10 March 2014 08:30:41 Russell Keith-Magee wrote: > > On Mon, Mar 10, 2014 at 4:23 AM, Aymeric Augustin < > > > > aymeric.augus...@polytechnique.org> wrote: > > > > > > I'm now thinking that it's acceptable to keep capitalized applic

Re: [GSoC] Dynamic, rule-based ModelForms

2014-03-10 Thread Shai Berger
On Thursday 06 March 2014 01:17:51 Paolo Coffetti wrote: > Hi Django devs, > > I want to share an idea with you and get some feedback in order to know if > it makes sense, if it could solve a common problem and maybe evolve into an > official GSoC proposal. > > Some years ago I was working on a p

Re: [GSOC 2014] Reducing coupling in Django components

2014-03-10 Thread Javed Khan
On Monday, 10 March 2014 05:44:19 UTC+5:30, Russell Keith-Magee wrote: > > Hi Javed, > > On Mon, Mar 10, 2014 at 12:08 AM, Javed Khan > > wrote: > >> Hi All, >> >> I'm Javed and I'm currently pursuing a part-time masters in Software >> Systems. I have been involved with django for the better part

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-10 Thread anubhav joshi
I do keep updating gist upon getting feedback/reviews on IRC as well. Please keep a track. https://gist.github.com/coder9042/c505dfba9514a6e52fdc Regards, Anubhav Joshi IIT Patna -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscri

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-10 Thread anubhav joshi
Done the required. https://gist.github.com/coder9042/c505dfba9514a6e52fdc Regards, Anubhav Joshi IIT Patna -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-10 Thread Tim Graham
Hi Anubhav, It'll be easier to review if you can include ticket numbers with each item in the 2.X sections. e.g. "Unpickling Models and QuerySet from incompatible version. (#X)" Ideally, the ticket number would be linked to Trac. Then I would repeat these summaries & ticket numbers in each

Re: Case handling for application verbose names

2014-03-10 Thread Shai Berger
On Monday 10 March 2014 08:30:41 Russell Keith-Magee wrote: > On Mon, Mar 10, 2014 at 4:23 AM, Aymeric Augustin < > > aymeric.augus...@polytechnique.org> wrote: > > > > I'm now thinking that it's acceptable to keep capitalized application > > names and live with the inconsistency. However, if I h