* status: closed => new
* cc: Simon Charette, Alexandr Tatarinov (added)
* resolution: invalid =>
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
Replying to [comment:3 Gabriel Muj]:
> Using either {{{.alias}}} or {{{.annotate}}} works as expected without
using {{{.values}}} to limit to 1 column. Why is that? but using both of
them doesn't seem work.
We have some simplification in the `__in` lookup that automatically limit
selected fields to the `pk` when `Query` is on the right-side and the
selected fields are undefined. It looks like they don't play nice when
`.annotate()` and `.alias()` are mixed. Tentatively accepted for the
investigation.
--
Ticket URL: <https://code.djangoproject.com/ticket/33975#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.