I noticed an issue while implementing this (could just be our
version).
When doing select={'choices': 'COUNT(...)'} It threw an error in
__set__ on the manager.add(*value) call (fields/related.py); choices
was a related_name call. It however did not error when doing
select={'choices': 'my_column'}
On Jul 27, 7:49 pm, David Cramer <[EMAIL PROTECTED]> wrote:
> I committed a quick patch earlier to trunk that adds group_by()
> support.
>
> I can't run the tests on trunk, as we're not quite up that far, but it
> should be working.
>
> http://code.djangoproject.com/ticket/4997#comment:1
>
> I plan to add having=[] support to extra as well this weekend.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---