#27303: Allow FilterSpecs to return Q-likes -------------------------------+-------------------------------------- Reporter: Yeago | Owner: nobody Type: New feature | Status: new Component: contrib.admin | Version: 1.10 Severity: Normal | Resolution: Keywords: filterspec | Triage Stage: Unreviewed Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------+--------------------------------------
Comment (by steve yeago): Its the same as opening a shell and doing {{{ AnyModel.objects.filter(any__join_field2='X').filter(any__join_field2='Y') }}} vs {{{ AnyModel.objects.filter(field2='X').filter(field2='Y') }}} If you look at the sample project and attempt to filter Info objects of person X within a date Y, you can't. -- Ticket URL: <https://code.djangoproject.com/ticket/27303#comment:4> 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 django-updates+unsubscr...@googlegroups.com. To post to this group, send email to django-updates@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/065.df02ba2ab73a3812bc83dd0dade55ff3%40djangoproject.com. For more options, visit https://groups.google.com/d/optout.