Changes between Initial Version and Version 1 of Ticket #31581, comment 4
- Timestamp:
- May 13, 2020, 8:06:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31581, comment 4
initial v1 1 These queryset are different so you cannot expect the same results:1 These querysets are different so you cannot expect the same results: 2 2 - `Q(condition1) | Q(condition2)` means "condition1 **OR** condition2", 3 3 - `.filter(condition1, condition2)` means "condition1 **AND** condition2".