#24386: Querysets with filters and exclusions based on deep relations build
invalid
queries
-------------------------------------+-------------------------------------
Reporter: rtpg | Owner: nobody
Type: Bug | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 1 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by charettes):
To find the oldest active employees for each owner you could use a
combination of `DISTINCT ON` and `ORDER BY`:
{{{#!python
Employee.objects.filter(status='active').order_by('owner',
'start_time').distinct('owner')
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24386#comment:3>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/062.d074c2116b0b5da78adffecbdf0a60fc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.