1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
Nick Pope 9dff316be4 Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.
Node.create() which has a compatible signature with Node.__init__()
takes in a single `children` argument rather than relying in unpacking
*args in Q.__init__() which calls Node.__init__().

In addition, we were often needing to unpack iterables into *args and
can instead pass a list direct to Node.create().
2022-07-27 10:06:24 +02:00
..
2022-03-08 14:50:06 +01:00
2022-05-17 14:17:07 +02:00