Changes between Initial Version and Version 1 of Ticket #32549


Ignore:
Timestamp:
Mar 14, 2021, 6:26:34 PM (3 years ago)
Author:
jonathan-golorry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32549

    • Property Has patch set
  • Ticket #32549 – Description

    initial v1  
    1313}}}
    1414
    15 This patch removes empty Q objects from `args` during Q object initialization.
     15Patch https://github.com/django/django/pull/14127 removes empty Q objects from `args` during Q object initialization.
    1616
    1717This requires https://code.djangoproject.com/ticket/32548 in order to prevent a regression in logical operations between query expressions and empty Q objects.
Back to Top