Re: Aggregates come to Django

2009-01-15 Thread Ariel Mauricio Nunez Gomez
Russ, thanks a lot for your work on this feature and for letting us track the development on your git branch. Regards Ariel. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Re: Aggregates come to Django

2009-01-15 Thread Nicolas Lara
Russell, You forgot to thank yourself for the great mentoring you did for me during Summer of Code, getting the API to rock and for all the work you put into making the code better after SoC was finished. =) I am very glad to see this finally come to trunk! On Thu, Jan 15, 2009 at 11:55 AM, Russ

Re: Aggregates come to Django

2009-01-15 Thread Alex Gaynor
On Thu, Jan 15, 2009 at 6:57 AM, Ivan Sagalaev wrote: > > Russell Keith-Magee wrote: > > For those watching trunk, revision 9742 added aggregate support to > > Django. (Yay!) > > Thank you all very much! This is big. > > > > Tremendous thanks to Nicholas for writing this thing, and to Russ for mak

Re: Aggregates come to Django

2009-01-15 Thread Ivan Sagalaev
Russell Keith-Magee wrote: > For those watching trunk, revision 9742 added aggregate support to > Django. (Yay!) Thank you all very much! This is big. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develope

Aggregates come to Django

2009-01-15 Thread Russell Keith-Magee
Hi all, For those watching trunk, revision 9742 added aggregate support to Django. (Yay!) The short version is that Querysets now have two additional operations - annotate() and aggregate(). For details on how to use these new operations, see the documentation: http://docs.djangoproject.com/en/