#20101: bitwise or on queryset fails when using exlude over manytomany
-------------------------------------+-------------------------------------
     Reporter:  harm                 |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.4
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Anssi Kääriäinen <akaariai@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"80e68ee2ffb44d90c66b48e2db18ec4e16c025b4"]:
 {{{
 #!CommitTicketReference repository=""
 revision="80e68ee2ffb44d90c66b48e2db18ec4e16c025b4"
 Added tests for already fixed #20101

 The ticket dealt with a case where one query had .exclude() that
 produced a subquery, the other query had a join to the same model that
 was subqueried in the first query. This was already fixed in master, so
 only test added.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20101#comment:2>
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to