Changes between Initial Version and Version 2 of Ticket #28904
- Timestamp:
- Dec 7, 2017, 7:43:27 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28904
- Property Resolution → duplicate
- Property Status new → closed
- Property Component Uncategorized → Database layer (models, ORM)
- Property Summary Queryset exclude not working properly → QuerySet.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.1 Excluding query with `__in` condition by providing `[None]`` as list. 2 2 3 Please find attachment below 3 Please find attachment below.