mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
9dff316be4
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().