Opened 10 years ago

Last modified 10 years ago

#24039 new Cleanup/optimization

Filtering using __in on a count annotated queryset returns empty results — at Initial Version

Reported by: Dustin Farris Owned by: nobody
Component: Database layer (models, ORM) Version: 1.7
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See failing tests and description in PR https://github.com/django/django/pull/3773

Also see example output from pdb in my own project here: http://dpaste.com/3JQYWTZ#line-31

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top