#14657: Extra select fields are merged into 'GROUP BY'
---------------------------------------------------+------------------------
Reporter: Gregory | Owner: nobody
Status: closed | Milestone:
Component: Database layer (models, ORM) | Version: 1.2
Resolution: invalid | Keywords:
extra_select,
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------------+------------------------
Changes (by russellm):
* status: new => closed
* needs_better_patch: => 0
* needs_tests: => 0
* milestone: 1.3 =>
* needs_docs: => 0
* resolution: => invalid
Comment:
qs.query.group_by (in fact, the entire qs.query structure) is an internal
implementation detail. It isn't designed to be modified by end users. We
don't (and won't) make any guarantees about how qs.query.group_by
interacts with any other part of a query. We don't even guarantee that it
will continue to exist.
--
Ticket URL: <http://code.djangoproject.com/ticket/14657#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en.