In the meantime, you can use the groupby template tag for simple  
grouping operations in the template, or else I've had success using  
the itertools.groupby function in the view, and then passing your  
queryset as a dictionary or list of tuples to the template. It will be  
nice to have native support in the ORM, though...

On May 10, 2008, at 2:41 AM, gmacgregor wrote:

>
>
> On May 9, 2:37 pm, gmacgregor <[EMAIL PROTECTED]> wrote:
>> Something like it is being "considered" but nothing for 
>> sure:http://code.djangoproject.com/ticket/3566
>
> Whoops, I lied: check out the (currently) last comment made by Russ M
> on the ticket page:
>
> "For the benefit of those that haven't heard - ORM aggregation support
> has been accepted as a 2008 Google Summer of Code project. Nicolas
> Lara will be doing the heavy lifting, I (Russell Keith-Magee) will be
> mentoring."
>
> Nice!
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to