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
to answer your support query with their limited time and energy.

For support, please follow the "Getting Help" page:
https://docs.djangoproject.com/en/stable/faq/help/ . This will help you
find people who are willing to support you, and to ask your question in a
way that makes it easy for them to answer.

Thanks for your understanding and all the best,

Adam

On Thu, Sep 8, 2022 at 3:15 PM Bhuvnesh Sharma 
wrote:

> Can anyone explain me the difference between lookups and related lookups?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/16ebb8e9-166e-4974-8069-2005345eebfan%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM2E0QoquZe5wd7T9eanTNLqWdW40NvZF%3DPLg6nW2ivH0w%40mail.gmail.com.


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 PROTECTED]> wrote:
>
>
>
> 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 permission there is. That doesn't sound right.
>
> This might be another variant on #5937. If so, it's at least a known
> issue and will be fixed as part of queryset-refactor.
>
> Malcolm
>
> --
> Why be difficult when, with a little bit of effort, you could be
> impossible.
> http://www.pointy-stick.com/blog/
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



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 permission there is. That doesn't sound right. 

This might be another variant on #5937. If so, it's at least a known
issue and will be fixed as part of queryset-refactor.

Malcolm

-- 
Why be difficult when, with a little bit of effort, you could be
impossible. 
http://www.pointy-stick.com/blog/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---