On 7/28/07, David Cramer <[EMAIL PROTECTED]> wrote: > > QuerySet refactoring is like Django 1.0 ya? Never coming? > > We've been struggling to use the Django ORM for a long while now, > because it has limited support for complex queries. GROUP BY is a > nescesity. I don't see any problem with redoing the QuerySet methods, > but there's no reason to not put in working fixes right now.
Yes, there is a very good reason to not put the fixes in. We're not going to add a feature to the db-api that we know, a priori, is going to be removed (or at the very least substantially changed) in the near future. I know the Queryset refactor has been a long time coming. However, it will happen pre-1.0. If you _really_ need group-by/having _right now_, there is nothing stopping you from putting your patch on your local version of Django. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
