#20024: QuerySet.exclude() does not work with lists containing a 'None' element.
-------------------------------------+-------------------------------------
     Reporter:  stillwater.ke@…      |                    Owner:  (none)
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * owner:  Simon Charette => (none)
 * status:  assigned => new


Comment:

 I fear I won't be able to work on this issue in the near future so I'm
 deassigning myself.

 Now that we filter out literal `None` values from `__in=[None]` lookup
 (#31667) we do have a mismatch with `__in=nullable_expression` but at
 least the behaviour is consistent with the
 `nullable_field=F('nullable_field')` and `nullable_field=None` asymmetry
 (#32043).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20024#comment:14>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/081.b27cf0a96281877a75202169644b4f49%40djangoproject.com.

Reply via email to