A quick ping: I've written a small patch against qs-rf which might facilitate the development of aggregates, and solve David Cramer's problem of having to fork Django.
The idea is to allow for a custom QuerySet subclass to be used by default everywhere, so if you subclass django.db.models.query.BaseQuerySet and provide group_by functionality, then you can point Django at your new subclass and Django will use it everywhere. Patch is here: http://code.djangoproject.com/ticket/6875 -Eric Florenzano --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
