Changes between Initial Version and Version 2 of Ticket #28904


Ignore:
Timestamp:
Dec 7, 2017, 7:43:27 AM (6 years ago)
Author:
Tim Graham
Comment:

Duplicate of #20024.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28904

    • Property Resolutionduplicate
    • Property Status newclosed
    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Summary Queryset exclude not working properlyQuerySet.exclude() doesn't work properly with __in and a list containing None
  • Ticket #28904 – Description

    initial v2  
    1 Excluding  query with **in** condtion by providing **[None]** as list.
     1Excluding query with `__in` condition by providing `[None]`` as list.
    22
    3 Please find attachment below
     3Please find attachment below.
Back to Top