I'll look into this. - Anssi ________________________________________ From: [email protected] [[email protected]] On Behalf Of [email protected] [[email protected]] Sent: Monday, November 04, 2013 17:16 To: [email protected] Subject: Django 1.6RC1 exclude behavior change
I've found what looks like a serious behavior change in the exclude queryset method from Django 1.5.5 to Django 1.6 rc1. It seems that on 1.5.5 exclude when traversing relationships only excluded items if all criteria on the kwargs were matched on the same related item. On 1.6rc1 it excludes items even if the criteria on the kwargs is only matched across multiple related items. I guess this explanation is not very clear, so here is a sample code that show the behavior change: http://pastebin.kde.org/pe1vlzd3v Since I didn't find anything on the change notes about this, it looks to me like a bug. Is it? Or am I missing something? -- You received this message because you are subscribed to the Google Groups "Django developers" 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]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/8267eeb8-f1a7-46db-969e-79d819c8f797%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Django developers" 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]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/FDD0C28683BA024195713874AF8663B31C6F86DC6E%40EXMAIL.stakes.fi. For more options, visit https://groups.google.com/groups/opt_out.
