Re: Lookups

2022-09-09 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely

Re: Lookups spanning GenericRelations

2007-11-20 Thread Joshua 'jag' Ginsberg
Malcolm -- Thanks for pointing me to that ticket -- I've composed a short patch that I believe addresses the issue. I've attached it to the ticket for review. http://code.djangoproject.com/attachment/ticket/5937/django-generic-relation-query.patch -jag On 11/16/07, Malcolm Tredinnick <[EMAIL

Re: Lookups spanning GenericRelations

2007-11-16 Thread Malcolm Tredinnick
On Fri, 2007-11-16 at 16:54 -0500, Joshua 'jag' Ginsberg wrote: [...] > So it looks like we're joining to object_permissions twice and only > constraining that join to instances of the correct permission codename > on one of those two joins, resulting in one Widget object for every > object