Changes between Initial Version and Version 1 of Ticket #32549
- Timestamp:
- Mar 14, 2021, 6:26:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32549
- Property Has patch set
-
Ticket #32549 – Description
initial v1 13 13 }}} 14 14 15 This patchremoves empty Q objects from `args` during Q object initialization.15 Patch https://github.com/django/django/pull/14127 removes empty Q objects from `args` during Q object initialization. 16 16 17 17 This requires https://code.djangoproject.com/ticket/32548 in order to prevent a regression in logical operations between query expressions and empty Q objects.